v2.4.0 #3444
beatfactor
announced in
Announcements
v2.4.0
#3444
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New features
The v2.4.0 release brings improved support for Component Testing, which includes:
@nightwatch/storybook
play()
functiontest()
function in the Nightwatch contextaxe-core
suite of commandsvite-plugin-nightwatch
@nightwatch/vue
@nightwatch/react
JSX
directlyNew CLI flags
--serial
to run tests in serial mode (disable parallelism)--workers
to specify the number of test workers to be used when running tests in parallel--reuse-browser
to reuse the browser session if running in serial modecomponent testing related
--debug
– automatically pause the test execution after mounting the component and open the Nightwatch debug REPL interface.--story
- allows to specify which story to run from the current file (when using Storybook or JSX written in component story format)--preview
- used to preview a component story/test; automatically pause the test execution after mounting the component.Other Improvements
--devtools
CLI flag in Edge and Safari to open the Dev Tools automaticallynightwatch.conf.ts
as config file and a few other improvements for running typescript tests PR #3316Fixes
moveTo
command.verify
assertions do not resolve when called from within the.perform()
commandThis discussion was created from the release v2.4.0.
Beta Was this translation helpful? Give feedback.
All reactions