Merged in chore/ignore-e2e-tests-in-ci (pull request #3285)
chore: ignore e2e tests when running yarn test * chore: ignore e2e tests when running yarn test
This commit is contained in:
8
apps/scandic-web/tests/e2e/testdata.ts
Normal file
8
apps/scandic-web/tests/e2e/testdata.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const testData = {
|
||||
basicUser: {
|
||||
membershipId: "30812500328010",
|
||||
password: "Test@12345",
|
||||
firstName: "Test",
|
||||
lastName: "Testsson",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user