Releases: ryanc414/pytest_commander
Releases · ryanc414/pytest_commander
v2.7.0
- Add --browser option to specify browser executable.
- npm package updates
v2.6.0
- Fix issues when running in the current working directory
v2.5.0
- Tighten up minimal versions of dependencies
- Improve logging of errors
- Bugfix for filesystem monitoring
v2.4.0
- Fix compatibility for python 3.6
- Update npm dependencies
v2.3.1
Fix a race condition during startup of new autorun mode.
v2.3.0
Add autorun mode, where all tests are run once at the start and are automatically re-run when test files are modified.
v2.2.3
Fix bug in client retry logic. This should ensure that the client is able to load correctly first-time without having to refresh the page.
v2.2.2
Retry the API request from the web client up to 10 times.
v2.2.1
Fix a race condition when opening the webbrowser after the process is first starting, ensuring that the app should always be loaded correctly.
v2.2.0
- Better support for parametrized testcases - all parameters now appear in sub-menu, with option to run testcase with all possible parameters.
- Deleted test functions, classes and parameters are removed from the state tree after file updates.
- Update JS dependencies to fix audit warnings.