Skip to content

End-to-end Testing

It would be great to have end-to-end tests for the Portal. This may require effort to setup than integration tests and certainly more than unit tests.

We could look into using Playwright like @malowe suggested for our Hugo sites.

The end-to-end tests would be run on membership-staging.eclipse.org. It would also be important to queue up the tests once the staging branch has been updated.

It would be important to have E2E tests for:

  • Membership Application
  • Working Group Application

The tests would simulate real user interaction from going through the login flow, to navigating to the forms, to inputting and submitting data.

Edited by Olivier Goulet