aboutsummaryrefslogtreecommitdiff
path: root/cypress/fixtures/websites.json
blob: 0b817889bc0d60160b2c4e0a929b0985169692ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "websiteCreate": {
    "name": "Cypress Website",
    "domain": "cypress.com"
  },
  "websiteUpdate": {
    "name": "Cypress Website Updated",
    "domain": "cypressupdated.com"
  }
}