You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)