mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
GitBook: [master] 4 pages and 2 assets modified
This commit is contained in:
parent
f104f79f8d
commit
ea246e7932
BIN
.gitbook/assets/grafik (1).png
Normal file
BIN
.gitbook/assets/grafik (1).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
.gitbook/assets/grafik (2).png
Normal file
BIN
.gitbook/assets/grafik (2).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 720 KiB |
@ -22,7 +22,8 @@
|
||||
|
||||
## Workflow
|
||||
|
||||
* [Testing](integration-tests/testing.md)
|
||||
* [Testing](integration-tests/testing/README.md)
|
||||
* [Integration Testing](integration-tests/testing/integration-testing.md)
|
||||
* [Pull-Requests](integration-tests/pull-requests.md)
|
||||
* [Deployment](integration-tests/deployment.md)
|
||||
|
||||
|
||||
34
integration-tests/testing/integration-testing.md
Normal file
34
integration-tests/testing/integration-testing.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
description: >-
|
||||
Here you can find information on how we are testing the whole application
|
||||
automaicaly.
|
||||
---
|
||||
|
||||
# Integration Testing
|
||||
|
||||
## Install Cypress
|
||||
|
||||
Before we start, first install [Cypress](https://www.cypress.io/) on your dev machine.
|
||||
|
||||
```bash
|
||||
$ yarn global add cypress
|
||||
```
|
||||
|
||||
### Run Tests
|
||||
|
||||
To run the tests, open the directory of our Nitro Frontend in your console and run following command:
|
||||
|
||||
```bash
|
||||
$ cypress run
|
||||
```
|
||||
|
||||

|
||||
|
||||
After the test run, you will get also some video footage of the test run which you can then analyse in more detail.
|
||||
|
||||
### Open Interactive Test Console
|
||||
|
||||
If you are like me, you might want to see some visual output. The interactive cypress environment also helps at debugging your tests, you can even time travel between individual steps and see the exact state of the app.
|
||||
|
||||

|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user