ZTL-ARTCC / Current_Website

vZTL's Official Website
GNU Affero General Public License v3.0
5 stars 6 forks source link

Implement automated browser testing #584

Open c0repwn3r opened 4 months ago

c0repwn3r commented 4 months ago

Description Large upgrades/refactors like spatie/html or Bootstrap 5 are difficult to QA due to the large amount of code covered. Implement automated browser testing with something like Playwright (https://playwright.dev) to ease the burden of testing for these large PRs.

Acceptance Criteria

Accepted By:

Dev Notes https://playwright.dev Consider Laravel Dusk as an option https://laravel.com/docs/11.x/dusk Depends on the Vite migration and several other PRs, listed below. Do not start work until these other PRs are merged:

XD Notes

Working Branch Browser-testing

PR

666

Feature Toggle

QA Notes

Deployment Notes