diff options
Diffstat (limited to 'cypress/fixtures/users.json')
| -rw-r--r-- | cypress/fixtures/users.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cypress/fixtures/users.json b/cypress/fixtures/users.json new file mode 100644 index 0000000..235f0d6 --- /dev/null +++ b/cypress/fixtures/users.json @@ -0,0 +1,11 @@ +{ + "userCreate": { + "username": "cypress1", + "password": "password", + "role": "user" + }, + "userUpdate": { + "username": "cypress1", + "role": "view-only" + } +} |