12332 Commits

Author SHA1 Message Date
mahula
4dfad4086d add response check to submit login e2e test step 2023-02-02 14:25:08 +01:00
mahula
bc12958e3e Revert "add video recodring and upload for testing purposes"
This reverts commit 4e988167527c3aa4b3ae5e8d43f8993d2741f9b2.
2023-02-02 14:24:06 +01:00
mahula
4e98816752 add video recodring and upload for testing purposes 2023-02-02 12:23:48 +01:00
mahula
91933f6f0d add video recodring and upload for testing purposes 2023-02-02 12:19:32 +01:00
mahula
0c929430b1
Merge branch 'master' into 2352-feat-user-story-user-authentication-reset-password 2023-01-31 17:45:31 +01:00
mahula
49ccdb52c0 reintroduce a sleep before seeding the backend in e2e testing 2023-01-31 17:20:25 +01:00
mahula
89bff2efbf fix typo 2023-01-31 17:16:13 +01:00
mahula
b6646d1980 run e2e tests serial for now 2023-01-31 17:01:58 +01:00
mahula
e87401ef45 fix screenshot upload after failing tests 2023-01-31 16:21:16 +01:00
mahula
34cf9548f7 let e2e tests run in parallel jobs 2023-01-31 15:56:58 +01:00
Moriz Wahl
341a23f6b3
Merge pull request #2641 from gradido/fix-creations-unit-tests
fix(backend): unit tests creations for 31st day
2023-01-31 15:11:24 +01:00
mahula
be70f9127f add to github workflow:
- using .env file to set email related values when starting backend container
- add fake email server to end-to-end testing job
2023-01-31 15:06:31 +01:00
mahula
15b5e83edb add to github workflow:
- using .env file to set email related values when starting backend container
- add fake email server to end-to-end testing job
2023-01-31 14:48:10 +01:00
mahula
67717811cb add to github workflow:
- using .env file to set email related values when starting backend container
- add fake email server to end-to-end testing job
2023-01-31 14:24:55 +01:00
mahula
ac2d44e2e6 add to github workflow:
- using .env file to set email related values when starting backend container
- add fake email server to end-to-end testing job
2023-01-31 14:08:40 +01:00
Moriz Wahl
d7fca05bc8 clean db after tests again 2023-01-31 14:04:19 +01:00
Moriz Wahl
84a1cfcf77 fix(backend): unit tests creations for day 31 2023-01-31 13:53:40 +01:00
mahula
4747c83209 add dot-env file for testing with emails to backend 2023-01-31 13:35:59 +01:00
mahula
31ae98bcba linting 2023-01-31 11:11:02 +01:00
mahula
b862de0724 Revert "add env variables for backend to e2e workflow job"
This reverts commit 7604522810f29ffb384613886ab6123bb138f978.
2023-01-31 11:09:23 +01:00
ea2edc3e1c
Merge pull request #2635 from gradido/lint-pr-fix
fix(workflow): properly lint pr - prevent requirement to restart linting
2023-01-30 23:47:43 +01:00
mahula
7604522810 add env variables for backend to e2e workflow job 2023-01-30 23:00:25 +01:00
mahula
2d82043ffd add env variables for backend to e2e workflow job 2023-01-30 22:20:45 +01:00
mahula
2cf1dcbe83 add feature file for e2e testing "forgot password" 2023-01-30 18:18:36 +01:00
mahula
c23327013f add page object files for e2e testing "forgot password" 2023-01-30 18:17:22 +01:00
mahula
3ae58ca6a9 add data-test attributes to vue pages for e2e testing 2023-01-30 18:13:29 +01:00
db9c97b737
properly lint pr - prevent requirement to restart linting 2023-01-29 22:18:27 +01:00
mahula
0812beb050 set data-test attribute in login page for e2e testing 2023-01-26 16:59:39 +01:00
mahula
58513fa299 adapt step definitions for new user story 2023-01-26 15:27:09 +01:00
mahula
926ca9c209 fix cypress config 2023-01-26 15:23:27 +01:00
Hannes Heine
c9ffa23f0d
Merge pull request #2629 from gradido/2611-change-button-color
feat(frontend): 'yes'-button shows which dialog is currently open with a different color
2023-01-26 10:13:31 +01:00
mahula
94bf6eea5f
Merge branch 'master' into 2611-change-button-color 2023-01-26 09:50:22 +01:00
clauspeterhuebner
c5bb2ae380
Merge pull request #2459 from gradido/2428-feature-federation-implement-multiple-apollo-graphql-endpoints
feat(backend): federation implement multiple apollo graphql endpoints
2023-01-25 18:12:06 +01:00
clauspeterhuebner
bb30be15ce
Merge branch 'master' into 2428-feature-federation-implement-multiple-apollo-graphql-endpoints 2023-01-25 17:25:52 +01:00
clauspeterhuebner
c45c5699f3
Update federation/src/graphql/api/GetTestApiResult.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2023-01-25 17:21:26 +01:00
Moriz Wahl
d7c2e1ece5 comment unused code to raise coverage 2023-01-25 16:29:37 +01:00
Moriz Wahl
b959a64e77 remove unused TransactionType enumerator to raise coverage 2023-01-25 16:29:18 +01:00
elweyn
96262a2405 Add 2370-feature-deleting-contribution-must-be-analog-to-confirming-contribution-dialog changes. 2023-01-25 14:44:24 +01:00
elweyn
dc70a375f6 Correct merge conflicts. 2023-01-25 14:41:03 +01:00
elweyn
22af8012f5 Correct merged stash conflicts. 2023-01-25 14:37:30 +01:00
elweyn
5e58d6e312 Correct merged stash conflicts. 2023-01-25 14:36:55 +01:00
elweyn
bd9d62b2d6 Change cancel button variant to info, change variant of 'Yes' button to 'danger' for deletedialog, 'warning' for denydialog and 'success' for confirm-dialog 2023-01-25 14:30:08 +01:00
Hannes Heine
a7b19fcc82
Merge pull request #2625 from gradido/legend-to-all-contribution-tab
refactor(frontend): add legend to all contribution tab, and add tests.
2023-01-25 14:06:12 +01:00
mahula
ae0f4f0cc5
Merge branch 'master' into legend-to-all-contribution-tab 2023-01-25 13:51:21 +01:00
elweyn
2f787043c1 Remove some function emits, remove comments of wip. 2023-01-25 13:41:35 +01:00
elweyn
2eff5d99cd Add test suite for deny prozess. 2023-01-25 13:34:33 +01:00
elweyn
70494a8e11 Remove unused local key denyNow, change color of deny button to yellow, change order of confirm and deny buttons. 2023-01-25 13:10:46 +01:00
mahula
eccb74baea fix linting 2023-01-25 12:38:16 +01:00
elweyn
e7b27a32ee Refactor GetTestApiResult & Add second resolver to version 1_0 2023-01-25 12:29:34 +01:00
Hannes Heine
309eddd841
Merge branch 'master' into 2370-feature-deleting-contribution-must-be-analog-to-confirming-contribution-dialog 2023-01-25 12:21:37 +01:00