Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.44k stars 361 forks source link

Rune e2e tests on stable browser release channel #764

Closed govza closed 1 month ago

govza commented 1 month ago

The tests are passing on stable and beta chrome, but we test on latest canary and looks like that's an issue. Also noticed small issue with formatting in getMessageFromLocale.ts

Priority*

Purpose of the PR*

Fix failing pipeline, fix eslint/prettier conflicting with generated code

Changes*

How to check the feature

Pipeline tests should be passing Adding more languages doesn't conflict with prettier formatting in the getMessageFromLocale.ts

Reference