Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 280 Bytes

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