Added documentation for user fixtures
This commit is contained in:
parent
d4ccd0b7a2
commit
0b6bb47072
1 changed files with 24 additions and 0 deletions
24
doc/Fixtures/Users.md
Normal file
24
doc/Fixtures/Users.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Users Fixtures
|
||||||
|
|
||||||
|
* Fixture Name: `users`
|
||||||
|
|
||||||
|
## Users:
|
||||||
|
|
||||||
|
* Test User1
|
||||||
|
* email: test1@example.com
|
||||||
|
* password: abc123
|
||||||
|
* Test User2
|
||||||
|
* email: test2@example.com
|
||||||
|
* password: abc123
|
||||||
|
* Test User3
|
||||||
|
* email: test3@example.com
|
||||||
|
* password: abc123
|
||||||
|
* Test User4
|
||||||
|
* email: test4@example.com
|
||||||
|
* password: abc123
|
||||||
|
* Test Org
|
||||||
|
* email: test5@example.com
|
||||||
|
* password: abc123
|
||||||
|
* Test Admin
|
||||||
|
* email: admin@example.com
|
||||||
|
* password: abc123
|
Reference in a new issue