Skip to content

v8.16.0

Compare
Choose a tag to compare
@DudaGod DudaGod released this 10 Jul 09:56
· 78 commits to master since this release

🚀 Improvements

  • implement ability to specify browser as passive (tests are not run in passive browsers by default) using option "passive" inside browser config. (#968)
  • add "testplane.also.in" (must be specified before test or suite) controller to enable tests in passive browser (#968)
  • add "enable" method for all runnables (previously, there was only disable method) (#968)

🐛 Bug fixes

  • specify "browserId" as string for all runnables (previously, the type was specified as string | undefined) (#968)