1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00
Commit graph

76 commits

Author SHA1 Message Date
Christoph Heiss 610b20d011
chore: e2e: update prettier 3.3.2 -> 3.3.3
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-08-22 19:26:24 +02:00
Christoph Heiss 44faae9cb1
tree-wide: unify .editorconfig files
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-11 22:08:01 +02:00
Christoph Heiss 0767923715
chore: ci: add workflow for e2e tests
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-10 00:35:14 +02:00
Christoph Heiss e2aa18acf3
refactor: e2e: remove explicit baseUrl usage everywhere
This is set in the appropriate cypress configs anyway, and if that is
done, cypress automatically prepends the configured `baseUrl` to all
cy.visit() calls. [0]

[0] https://docs.cypress.io/api/commands/visit#Arguments

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-10 00:33:40 +02:00
Christoph Heiss 8034be4eb3
chore: backend: add prettier for java + xml formatting
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-07 13:06:24 +02:00
Christoph Heiss 3a6df1aa77
tree-wide: add some missing license headers
Seems I forgot these in 776e5f06d [0]. Fix it up.

[0] https://codeberg.org/beerbrawl/beerbrawl/commit/776e5f06dc

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-05 20:00:00 +02:00
Christoph Heiss deb9f502c1
e2e: rename package to proper project name
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 00:04:02 +02:00
Christoph Heiss 776e5f06dc
tree-wide: prepare for release; relicense
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 00:03:49 +02:00
Moritz Kepplinger d183c59664 Merge branch 'refs/heads/development' into feat/#37/public-picture-gallery
# Conflicts:
#	frontend/src/app/app-routing.module.ts
2024-06-25 22:47:24 +02:00
Moritz Kepplinger cdefaaf70f Merge branch 'refs/heads/development' into feat(#33)-image-upload-participants-ui 2024-06-25 22:34:00 +02:00
Moritz Kepplinger 363da1d744 feat(#37): update package-lock.json 2024-06-25 22:32:10 +02:00
Moritz Kepplinger 7ea180e91a Merge branch 'refs/heads/development' into feat(#33)-image-upload-participants-ui 2024-06-25 22:19:58 +02:00
Christoph Heiss 3552218e4a
chore(#136): e2e: fix coverage reporting
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-25 22:18:01 +02:00
Christoph Heiss 2317c1e306
chore(#136): e2e: add coverage report
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-25 22:18:01 +02:00
Moritz Kepplinger 108c31f966 feat(#172): fix e2e test 2024-06-25 22:00:11 +02:00
Rafael Tanzer bf373bf21e feat(#33); e2e test image uplaod 2024-06-24 14:02:36 +02:00
Christoph Heiss 2a0eb97796
test(#24): e2e: fix & adapt tests
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-15 13:51:14 +02:00
FreshGuy32 cda86a412e refactor(#21): changed casing of snackbar message 2024-06-13 12:20:25 +00:00
FreshGuy32 628f88e4a8 test(#21): implemented integration/unit/e2e tests 2024-06-13 12:08:26 +00:00
Moritz Kepplinger 0d9f513c6d feat(#115): rename tournament self registration tournament 2024-06-11 23:19:18 +02:00
Moritz Kepplinger af8ebe6b44 feat(#115): fix e2e tests 2024-06-11 23:18:39 +02:00
Christoph Heiss 073cc851a5
test(#125): e2e: fix qualification mark team as ready test
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
FreshGuy32 dcf7ac2a49 refactor(#117): changed KoStandingsEnpoint url to be under /tournaments/ 2024-06-10 10:47:53 +00:00
FreshGuy32 7820b82f30 test(#117): implemented e2e-/integration-/unittest for ko standings infoscreen 2024-06-10 10:47:04 +00:00
Christoph Heiss 5bf69e2934 test(#29): e2e: add test for qualification match mark drinks as picked up
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Moritz Kepplinger 59a46bcfa1 feat(#89): fix e2e tests 2024-06-01 14:10:15 +00:00
Christoph Heiss ae3b07e0b7 test(#18): e2e: add test for generating qualification matches
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00
Christoph Heiss fd8033f271 test(#18): e2e: add test for marking teams as ready in qualification phase view
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00
Christoph Heiss e6bf9b6aad chore(#18): e2e: add typescript support for e2e tests
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00
Christoph Heiss 1c35fd4448
feat(#18): backend: use UTC time in more places
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 15:05:35 +02:00
Moritz Kepplinger fd302ff1ef refactor(#90): remove messages entirely 2024-05-28 21:50:25 +00:00
FreshGuy32 e6c12aad5d test(#101): fix beer pong table create/update e2e tests after the routes were moved 2024-05-28 20:38:15 +00:00
Christoph Heiss d02cf8313b
test(#107): e2e: add test for team self-signup
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 17:28:05 +02:00
Christoph Heiss f59a3c64b7
chore(#107): e2e: add .editorconfig
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:34:42 +02:00
Christoph Heiss aa6517db3d Merge branch 'test/#68/add-e2e-test-for-beer-pong-table-update' into 'development'
test/#68/add e2e test for beer pong table update

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!56
2024-05-28 12:34:35 +00:00
rafael d34a82f923 Merge branch 'development' into feat/#39/tournament-overview 2024-05-28 12:14:40 +02:00
MohammedKevin 34c5ae3773 feat(#26 #36): prettier fix 2024-05-28 11:34:46 +02:00
MohammedKevin 7b1166de9d feat(#26 #36): add frontend tests 2024-05-28 11:34:46 +02:00
FreshGuy32 09b898a853 test(#68): added e2e test for beer pong table update form 2024-05-28 09:07:15 +00:00
FreshGuy32 0bc9dc5c48 fix: typo in tournament/beer pong table update/create forms 2024-05-28 09:06:46 +00:00
rafael 949ffe6987 prettier(◕‿◕✿) 2024-05-27 23:47:23 +02:00
rafael d2e2fc7293 Merge branch 'development' into feat/#39/tournament-overview 2024-05-27 23:23:16 +02:00
rafael 4418113830 feat(#39): updated e2e to new ui adn prettier 2024-05-27 19:35:27 +02:00
rafael 116f59743e feat(#39): attempt fix e2e 2024-05-27 18:30:02 +02:00
Christoph Heiss 1d9485aca1
test(#20): e2e: add some e2e tests for tournament teams page
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 21:41:48 +02:00
Christoph Heiss 0e1f70aaf1 feat(#14): add button to copy tournament team self-registration link 2024-05-26 07:50:32 +00:00
MohammedKevin 9e9c552aa8 fix(#22): fix tests 2024-05-24 12:54:56 +02:00
MohammedKevin aa0e850f1b feature(#22): add delete functionality 2024-05-24 12:54:56 +02:00
MohammedKevin 551a49304b Revert "Revert "Merge branch 'tournament-overview' into 'development'""
This reverts commit 6a0a4c30d7.
2024-05-21 14:56:29 +02:00
Rafael Tanzer 6a0a4c30d7 Revert "Merge branch 'tournament-overview' into 'development'"
This reverts merge request !22
2024-05-20 17:09:15 +00:00