Skip to content

silesky/nightwatch-typescript-example

Repository files navigation

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

About

example of nightwatch + ts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published