0

I need some help regarding the run of the collected tests. So here is my scenario. I have the tests structured like this:

tests_folder {
   feature01_tests_folder {
      tests
    }
   feature02_tests_folder {
      tests
    }
}

I'm using Appium Python. My issue is that if I collect only one tests folder and then make the bundle zip with all the project, on AWS will run all the tests. So what is the point of collecting only some tests? Notes: Collection was ok. After running the py.test--collect-only feature_01_tests_folder command only the specified tests were collected.

Thanks

0 Answers0