/nightwatch-typescript-example

example of nightwatch + ts

Primary LanguageJavaScript

Directions

// install
npm i

// run chrome
npm run chrome

// run chrome headless
npm run headless

// run safari
npm run safari

// run on foo
BASE_URL=https://foo.com npm run chrome

add Page Objects types on the global "browser" object

  • see src/nightwatch.d.ts