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
If setting up Nightwatch in an existing TS project, we need to create the tsconfig.json file that Nightwatch will use inside the nightwatch folder, in the project root.
The nightwatch folder will host other nightwatch related items. The structure will look like so:
If setting up Nightwatch in an existing TS project, we need to create the
tsconfig.json
file that Nightwatch will use inside thenightwatch
folder, in the project root.The
nightwatch
folder will host other nightwatch related items. The structure will look like so:Since v2.3, the Nightwatch runner will automatically register
ts-node
using thenightwatch/tsconfig.json
config file which will make it possible to run.ts
files withouttsc
. See https://github.com/nightwatchjs/nightwatch/blob/main/bin/runner.js#L9The text was updated successfully, but these errors were encountered: