Questions tagged [proboscis]
3 questions
1
vote
1 answer
Proboscis Not Skipping Tests With depends_on_group
I have a test class which runs in SauceLabs and I know that the first test fails. What I am trying to do is to get it to not run tests 2-5 if test one fails. I have Proboscis up and working with it and it is launching the tests, it just is not…

DarthOpto
- 1,640
- 7
- 32
- 59
0
votes
1 answer
Running Python modules(not methods) in specific order for Selenium
Is it possible to run Python modules (.py files, NOT methods) listed in a testNG-like python or configuration file(or any other way) to run in a specific/specified order?
I know that each test case should be fully standalone, but I need to…

Arm91
- 125
- 1
- 1
- 8
0
votes
1 answer
Can Proboscis be used with Pytest?
I have pytest as my test runner in PyCharm, but when I try launching Proboscis from a Pytest test, it doesn't recognize Pytest annotations.
run_tests.py
def run_tests():
from proboscis import TestProgram
import test_pytest_param
# Run…

Noumenon
- 5,099
- 4
- 53
- 73