timscodebase / uno

This is a simple Uno game made with SvelteKit and Svelte. We will style it with TailwindCSS and use Socket.io for multiplayer.
https://uno-iota.vercel.app/
The Unlicense
5 stars 5 forks source link

Issue: Playwright tests for all components #10

Open timscodebase opened 1 year ago

timscodebase commented 1 year ago

Issue: Implement Playwright Tests for All Components

Description:

This issue aims to enhance our project's test coverage by adding Playwright tests for each component. This will ensure the reliability and functionality of our application across different scenarios.

Tasks:

Details:

To improve the overall quality of our codebase and provide valuable educational resources, we need to create Playwright tests for every component within our application. This will help us catch any regressions or issues as our code evolves.

Implementation Guidelines:

Each component should have its dedicated Playwright test file. Tests should cover typical user interactions and edge cases. Test scenarios should be well-documented to facilitate understanding and future maintenance. Ensure that all existing functionality remains intact after implementing the tests.

Deadline

The end of Hacktoberfest

yashthipsay commented 1 year ago

Hi @timscodebase, I have worked on playwright tests before. I would like to work on this for Hacktoberfest 2023!

timscodebase commented 1 year ago

you got it