⚗️ Eksperimenterer litt med Cypress-testing for frontend
This commit is contained in:
parent
3cd3a5e933
commit
5fbe7eec72
8 changed files with 8454 additions and 408 deletions
5
frontend/cypress/fixtures/example.json
Normal file
5
frontend/cypress/fixtures/example.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Using fixtures to represent data",
|
||||
"email": "hello@cypress.io",
|
||||
"body": "Fixtures are a great way to mock data for responses to routes"
|
||||
}
|
Reference in a new issue