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
tag_filter type is missing from the NightwatchOptions interface, so we need to add it in both this project and @types/nightwatch project for backporting it in v2.6.x.
tag_filter should be added as an optional property of NightwatchOptions interface with type string | string[].
Steps to reproduce
No response
Sample test
No response
Command to run
No response
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.0.1
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug/issue
tag_filter
type is missing from theNightwatchOptions
interface, so we need to add it in both this project and@types/nightwatch
project for backporting it inv2.6.x
.tag_filter
should be added as an optional property ofNightwatchOptions
interface with typestring | string[]
.Steps to reproduce
No response
Sample test
No response
Command to run
No response
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.0.1
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: