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
// 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