Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Releases: ryanc414/pytest_commander

v2.7.0

17 Aug 21:51
Compare
Choose a tag to compare
  • Add --browser option to specify browser executable.
  • npm package updates

v2.6.0

11 Jun 22:14
Compare
Choose a tag to compare
  • Fix issues when running in the current working directory

v2.5.0

09 May 22:16
Compare
Choose a tag to compare
  • Tighten up minimal versions of dependencies
  • Improve logging of errors
  • Bugfix for filesystem monitoring

v2.4.0

31 Jan 19:08
Compare
Choose a tag to compare
  • Fix compatibility for python 3.6
  • Update npm dependencies

v2.3.1

21 Nov 23:31
Compare
Choose a tag to compare

Fix a race condition during startup of new autorun mode.

v2.3.0

21 Nov 19:41
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Retry the API request from the web client up to 10 times.

v2.2.1

15 Nov 18:31
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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.