Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This folder contains end-to-end tests implemented using Playwright.

The tests are split in three folders:

  1. unauthenticated: these tests are for testing behaviour for users that are not authenticated.

  2. authenticated: these tests are for testing behaviour for authenticated users. The depend on a page context stored in the ./unauthenticated/register.spec.ts test, which contains the cookie for the newly registered user account, which then will make the page to be automatically logged in. This allows to re-use the logged in state so it does not have to be repeated for every test.

  3. clean-up: these tests will be run at the end, and test for example that the user can delete their account.