Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 903 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 903 Bytes

Freefeed Acceptance Tests

  1. yarn to install Cypress (https://cypress.io).
  2. yarn cypress:run to run the headless test suite.
  3. yarn cypress:open to open Cypress app and run tests manually or write new ones.

Note: by default the tests are running against your local development server, so it should be installed and running when your run the test suite. You can change the target server by modifying "baseUrl", "backendUrl" and "authTokenLocalStorageName" in ./cypress.json config file.

Useful links