feat: implement e2e test for CompanyResolver (#944)
* feat: wip e2e server test * feat: use github action postgres & use infra for local * feat: company e2e test * feat: add company e2e test for permissions * Simplify server e2e test run * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
9
server/test/mock-data/user.json
Normal file
9
server/test/mock-data/user.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "twenty-ge256b39-3ec3-4fe3-8997-b76aa0bfc102",
|
||||
"firstName": "Tim",
|
||||
"lastName": "Apple",
|
||||
"email": "tim@apple.dev",
|
||||
"locale": "en",
|
||||
"passwordHash": "$2b$10$66d.6DuQExxnrfI9rMqOg.U1XIYpagr6Lv05uoWLYbYmtK0HDIvS6",
|
||||
"avatarUrl": null
|
||||
}
|
||||
7
server/test/mock-data/workspace.json
Normal file
7
server/test/mock-data/workspace.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user