Releases: ryanc414/pytest_commander
Releases · ryanc414/pytest_commander
v2.7.0
17 Aug 21:51
Compare
Sorry, something went wrong.
No results found
Add --browser option to specify browser executable.
npm package updates
v2.6.0
11 Jun 22:14
Compare
Sorry, something went wrong.
No results found
Fix issues when running in the current working directory
v2.5.0
09 May 22:16
Compare
Sorry, something went wrong.
No results found
Tighten up minimal versions of dependencies
Improve logging of errors
Bugfix for filesystem monitoring
v2.4.0
31 Jan 19:08
Compare
Sorry, something went wrong.
No results found
Fix compatibility for python 3.6
Update npm dependencies
v2.3.1
21 Nov 23:31
Compare
Sorry, something went wrong.
No results found
Fix a race condition during startup of new autorun mode.
v2.3.0
21 Nov 19:41
Compare
Sorry, something went wrong.
No results found
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
15 Nov 20:26
Compare
Sorry, something went wrong.
No results found
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
15 Nov 19:07
Compare
Sorry, something went wrong.
No results found
Retry the API request from the web client up to 10 times.
v2.2.1
15 Nov 18:31
Compare
Sorry, something went wrong.
No results found
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
02 Nov 22:25
Compare
Sorry, something went wrong.
No results found
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.