Skip to content

Commit

Permalink
Update Readme for tests (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
  • Loading branch information
Tbaut and FSM1 authored May 19, 2021
1 parent b8daa3b commit ac5f2fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ You then need to add it as environment variable, depending on your OS and shell:
OR
- Create a `packages/files-ui/.env` based on `packages/files-ui/.env.example`
- Run `yarn start:files-ui` to start the development server.

## Run Tests

Our tests use Cypress running against the local instance of the Files UI. The files UI needs to run **before** the test are launched.
By default the tests are run against `localhost:3000`

- To start the tests UI run `yarn test:files-ui`
- To start all the tests like in CI run `yarn test:ci:files-ui`

0 comments on commit ac5f2fa

Please sign in to comment.