add api-testing to cypress tests
This commit is contained in:
10
cypress/fixtures/websites.json
Normal file
10
cypress/fixtures/websites.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"websiteCreate": {
|
||||
"name": "Cypress Website",
|
||||
"domain": "cypress.com"
|
||||
},
|
||||
"websiteUpdate": {
|
||||
"name": "Cypress Website Updated",
|
||||
"domain": "cypressupdated.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user