Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lighthouse ci pipeline #155

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
f5946fb
feat: lighthouse ci pipeline
khareyash05 Dec 10, 2024
ec244c8
push main
khareyash05 Dec 10, 2024
2e93712
on every branch
khareyash05 Dec 10, 2024
740cf8c
on PR
khareyash05 Dec 10, 2024
fdae4fb
Merge branch 'main' into lighthouse-ci
khareyash05 Dec 10, 2024
cec2515
check lighthouse with config
khareyash05 Dec 10, 2024
467a570
remove reset assertions
khareyash05 Dec 10, 2024
57a155d
update lighthouse components
khareyash05 Dec 10, 2024
5132a65
add necessary global points for lighthouse
khareyash05 Dec 16, 2024
40ed80a
revert lighthouse changes
khareyash05 Dec 16, 2024
21e9830
setup default lighthouse ci
khareyash05 Dec 16, 2024
f9b354f
check for best practices
khareyash05 Dec 16, 2024
e9464cc
add step for keploy deploy lighthouse
khareyash05 Dec 16, 2024
c8fbe9c
check route
khareyash05 Dec 16, 2024
c4f6ab7
check with routing
khareyash05 Dec 16, 2024
2ac7dfd
npm run start
khareyash05 Dec 16, 2024
4c075fc
increase number of runs
khareyash05 Dec 16, 2024
ef98b3d
compare reports
khareyash05 Dec 16, 2024
be1c581
fix routes for scripts
khareyash05 Dec 16, 2024
595e7af
check path
khareyash05 Dec 16, 2024
02276bf
ls
khareyash05 Dec 16, 2024
f829801
check
khareyash05 Dec 16, 2024
19dda7a
uncomment and test script
khareyash05 Dec 16, 2024
61bdbde
check the path of peipleine
khareyash05 Dec 16, 2024
c2e9445
decrease critical values for report upload
khareyash05 Dec 16, 2024
ef7d1b3
update page for reports
khareyash05 Dec 16, 2024
853bfb5
decrease performance metric
khareyash05 Dec 16, 2024
7ec32de
fix routing
khareyash05 Dec 16, 2024
bfef475
decrease value for test
khareyash05 Dec 16, 2024
96f003e
check
khareyash05 Dec 16, 2024
f4f81c4
pwd
khareyash05 Dec 16, 2024
648a010
make script inside
khareyash05 Dec 16, 2024
7cbead1
uncomment
khareyash05 Dec 16, 2024
3ae28f9
run and check
khareyash05 Dec 16, 2024
14feedc
pwd and ls
khareyash05 Dec 16, 2024
9c31b4d
check check
khareyash05 Dec 16, 2024
cc58229
run global routes
khareyash05 Dec 16, 2024
f5d1644
remove latest run file
khareyash05 Dec 16, 2024
9d071ff
find all file with ending report
khareyash05 Dec 16, 2024
983fceb
best practices
khareyash05 Dec 16, 2024
e280237
remove extra comments
khareyash05 Dec 16, 2024
c9c0259
Merge branch 'main' into lighthouse-ci
khareyash05 Dec 16, 2024
bad8f57
increase iteration to 10
khareyash05 Dec 16, 2024
4d4cdf2
make single json
khareyash05 Dec 16, 2024
cf8edf8
yaml
khareyash05 Dec 16, 2024
82b89c3
Merge branch 'main' into lighthouse-ci
khareyash05 Dec 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
decrease critical values for report upload
Signed-off-by: Yash Khare <khareyash05@gmail.com>
khareyash05 committed Dec 16, 2024
commit c2e94452ad3fc1ac7fe1e8b29cbac51fff735d6c
6 changes: 3 additions & 3 deletions lighthouserckeploy.json
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@
"url": [
"https://www.keploy.io"
],
"numberOfRuns": 1
"numberOfRuns": 5
},
"assert": {
"assertions": {
"categories:performance": ["error", {"minScore": 0.8}],
"categories:performance": ["error", {"minScore": 0.6}],
"categories:accessibility": ["error", {"minScore": 0.8}],
"categories:best-practices": ["error", {"minScore": 0.8}],
"categories:best-practices": ["error", {"minScore": 0.3}],
"categories:seo": ["error", {"minScore": 0.8}],
"csp-xss": "warn"
}