CityOfLosAngeles / angeleno-my-account

App that allows Angeleno Account holders to update their profile, password, MFA, and app consent.
MIT License
1 stars 0 forks source link

Add Lighthouse CI #73

Closed cbhernan closed 4 months ago

cbhernan commented 7 months ago

Description

We want to implement Lighthouse CI on our application

Resource

Lighthouse

cbhernan commented 4 months ago

We tried running Lighthouse against our application, but as our web-app requires authentication, the lighthouse instance wasn't able to run its tests.

Lighthouse also didn't flag some accessibility issues, like contrast on our inputs against the background, and we think this might be due to Flutter Web not using traditional HTML structure.