Replies: 1 comment 4 replies
-
|
Not sure there is a good way with nightwatch.js. I usually use the tags and comment out what I don't want. If you find a better way, please let me know! |
Beta Was this translation helpful? Give feedback.
4 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question is in the title. I've tried to run
npm run e2e:tag simple-subtaskbut it failed with "Cannot read source .../.tmp/out-tsc/e2e/src".The command tries to access
tmplocated outside thesuper-productivitydirectory, so it fails unsurprisingly.I would like to know how to run one test only in order to test new features.
Beta Was this translation helpful? Give feedback.
All reactions