diff --git a/README.md b/README.md index bc3a7da02f0be1a629adc77f1cc17acd05900abb..d7e0a9d25d8b87dfa1f8519f83d427379fbfe329 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,15 @@ You will need [Node](http://nodejs.org) and NPM to run the tests for this sample Run `npm i` to install the dev dependencies. -## Running tests in interactive mode +## Running tests -Run `npx cypress open` to open cypress, then click the **Run all specs** button to run the tests. +Run `npx cypress open` to open cypress, then click the **Run all specs** button to run the tests in interactive mode. + +Or run `npx t` to run the tests in headless mode. + +### Build status + +[![Build Status](https://gitlab.com/wlsf82/sample-app/badges/master/build.svg)](https://gitlab.com/wlsf82/sample-app) ___