Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 355 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 355 Bytes

Install

npm i --save-dev gauge-npm

or with yarn

yarn add -D gauge-npm

Setup a Gauge Project

gauge-setup && cd gauge-project && npm i

or with yarn

gauge-setup && cd gauge-project && yarn  && yarn-bin-fix

Steps examples

Adding more page objects

Extending the PageObject class