ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
MIT License
2 stars 0 forks source link

Define and implement key user flows for E2E tests #249

Open mwalker-scottlogic opened 1 month ago

mwalker-scottlogic commented 1 month ago

As we are doing a lot of integration testing, the objective is to have less e2e tests as a result. For the e2e tests we do have I think they should be covering key user flows in the application. While our app is small, there are flows we could define and then automate, checking multiple layers of the application rather than mocking.

Doesn't cover the ETL scripts, only the UI, API and database Automated using Playwright user end to end flows are documented in the wiki (use Gherkin style)

Test Checklist:

mwalker-scottlogic commented 3 weeks ago

Test Analysis

mwalker-scottlogic commented 1 week ago

Status update: