Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

refactored e2e-tests, splitted up in multiple tests and simplified them #13025

Closed framitdavid closed 4 days ago

framitdavid commented 5 days ago

Description

I've split the tests into multiple smaller tests to avoid timeouts with Playwright. Additionally, I've optimized the tests by critically assessing how things are tested in Gitea. As a result, I can now consistently run the tests against the development environment from localhost. The next step is to verify if they run equally well in the pipeline.

Related Issue(s)

Verification

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.78%. Comparing base (7e5236c) to head (72167de).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13025 +/- ## ======================================= Coverage 91.78% 91.78% ======================================= Files 1400 1400 Lines 19827 19827 Branches 2388 2388 ======================================= Hits 18199 18199 Misses 1371 1371 Partials 257 257 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.