Answer the question
In order to leave comments, you need to log in
Running Selenium+Python tests via .bat?
There are a lot of tests and usually I run several (or all) tests at once with a simple command:
python -m unittest discover -s ./ -p '*_testing.py'
Answer the question
In order to leave comments, you need to log in
I understand correctly that you need the tests to run on machines where the python may not be installed?
then create a file with a script that runs all your scripts and saves (or sends ) the result wherever you want, and then look towards py2exe .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question