treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.16k stars 82 forks source link

Next (Review, Feedback) #36

Closed alekseykulikov closed 4 years ago

alekseykulikov commented 4 years ago

Overview for the v2.3.0 release. Please give us your feedback. The tradition of huge rewrites goes on πŸš€

Goals:

Expecte workflow: setup action with budgets and temporary storage, get notification when something breaks (example):

Screenshot 2020-03-12 at 12 42 53

Changes:

Notes:

alekseykulikov commented 4 years ago

A lot of time and experiments went to a simple solution for #2 : communicate failed asserts using annotations and attach results to the job.

@denar90 and I think this workflow is close to ideal :) @exterkamp @paulirish let us know what you think.

alekseykulikov commented 4 years ago

Thank you @exterkamp for a review πŸ‘All the suggestions are in the next branch and going to be merged to master soon.