Upgrading testcafe to 1.18.0

This commit is contained in:
David Négrier 2021-12-23 11:46:39 +01:00
parent 9efa115982
commit a82a5caec8
3 changed files with 538 additions and 33 deletions

View file

@ -6,9 +6,11 @@ To run them locally:
```console
$ npm install
$ npm test
$ ADMIN_API_TOKEN=123 npm test
```
You'll need to adapt the `ADMIN_API_TOKEN` to the value you use in your `.env` file.
Alternatively, you can use docker-compose to run the tests:
```console