mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Run cucumber tests README entry
This commit is contained in:
parent
14a57d1ebf
commit
7ea4087775
@ -141,12 +141,18 @@ npm run db:reset
|
||||
|
||||
**Beware**: We have no multiple database setup at the moment. We clean the database after each test, running the tests will wipe out all your data!
|
||||
|
||||
Run the tests:
|
||||
Run the **_jest_** tests:
|
||||
```bash
|
||||
yarn run test
|
||||
# -or-
|
||||
npm run test
|
||||
```
|
||||
Run the **_cucumber_** features:
|
||||
```bash
|
||||
yarn run test:cucumber
|
||||
# -or-
|
||||
npm run test:cucumber
|
||||
```
|
||||
|
||||
## Todo`s
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user