Skip to content

FreeFeed/acceptance-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Acceptance tests for the engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published