add api-testing to cypress tests
This commit is contained in:
8
cypress/fixtures/teams.json
Normal file
8
cypress/fixtures/teams.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"teamCreate": {
|
||||
"name": "cypress"
|
||||
},
|
||||
"teamUpdate": {
|
||||
"name": "cypressUpdate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user