steelesh / UCollab

IT SR Capstone project
https://steelesh.github.io/UCollab/
0 stars 0 forks source link

Setup E2E Testing Framework #28

Closed steelesh closed 1 month ago

steelesh commented 1 month ago

Description: Set up an end-to-end (E2E) testing framework for the project using Playwright. This framework will allow us to test the app from the user's perspective across different browsers and devices.

Completion Steps:

Outcome: Playwright is configured, and a sample E2E test is in place. This framework ensures we can validate the app’s full user experience across different environments.