- This is a repo for cypress automation test framework.
- Base url is https://www.docker.com/
- To start running the cypress test locally, please look at the instruction
- git clone this repo
- run npm install in terminal
- to run the test and export the result html file, run cypress.test
- now you should see the terminal and a cypress chrome browser start running the test
- after 3 tests are completed, it will generate the mocha report jsons
- next step is merging all the mochawesome json to out pout and generate a mocha result html
- the command also open up chrome with the generated mocha result html