lazyjinchuriki / cinephile

Movies and Shows finder site with HTML, CSS, Vanilla JS
https://lazyjinchuriki.github.io/cinephile/
22 stars 37 forks source link

[Tests] implementation of tools for static code analysis w/ init E2E framework solution #69

Open bugITwhisperer opened 11 months ago

bugITwhisperer commented 11 months ago

Current project's challenge

Since there are many contributors involved in this project, the code formatting may vary depending on the individual. Currently, there is:

Tool for static code analysis: Prettier & Husky library

Implementing them will:

Playwright E2E Test initial solution

Playwright is a great e2e test framework for covering UI test cases. It also makes a really good web application automation solution that supports cross-browser testing.

What do you think? :)

lazyjinchuriki commented 11 months ago

Sure thing. 👍🏻 Let me know if you need me to do anything.