Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 420 Bytes

Jira Clone tests

Installation

Requires Node.js v14+ to run.

Install the dependencies.

npm i

Run tests

Run all tests available via first command. You can specify other browser to run tests as well.

npx cypress run
npx cypress run --browser=chrome

Observe test run results in CI

N|BuildStatus