test: initialize cypress e2e testing library
This commit is contained in:
parent
44b3f09c48
commit
0ec5dc3bb6
8 changed files with 1420 additions and 68 deletions
5
cypress/fixtures/example.json
Normal file
5
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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue