Create test suite from reading Excel #8528
              
                Unanswered
              
          
                  
                    
                      JonesKenzie
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 6 replies
-
| Your  | 
Beta Was this translation helpful? Give feedback.
                  
                    6 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
How are you all?
I'm working on a project that requires a Excel to be read in order to define the test suite. The excel will contain actions:
I want to transform these in
pytesttests dynamically. I was inspiring myself on documentation. I want to create these steps separetely : create a function that Login, create a functon that click on a certain element, etc. and only assemble the steps. The thing is there is a clash when I try to use ExcelReport together.The error says :
The function that throws the error is here
And the whole conftest.py. Any help is welcome!
Beta Was this translation helpful? Give feedback.
All reactions