-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: VRTs and Storybook for Bacon CI (#2312)
OKTA-740029 build: squashed commit fix: reduces Applitools concurrency per Ali Parsa build: squashed commit fix: adds Storybook publish script fix: updates visual regression test script build: git commit squash fix: removed root version number that isn't used in Odyssey fix: add releng.yml fix: updates to 1.17.1 fix: rename releng.yml to .releng.yml fix: added APPLITOOLS_SERVER_URL as an env var to visual-regression-test.sh feat: updated Storybook publish steps fix: update queue name of Visual Regression test fix: adds vrt logging fix: install Chromium before running VRTs fix: trying snap install fix: only installing Chromium with snap fix: change to setup_service fix: another attempt at a Chromium install build: fix VRT using Monolith version fix: removes unused Chrome check build: adds chromedriver install build: upgrades chrome version build: use Artifactory chromedriver build: updates CHROME_DRIVER variable name build: git cherry-pick fix: adds logging from Applitools build: potential fix for Puppeteer failing on Amazon Linux 2023 build: second fix for Puppeteer to get Applitools working on Amazon Linux build: running VRTs as limited user
- Loading branch information
1 parent
fea0793
commit e0ba8f6
Showing
16 changed files
with
297 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,6 @@ | |
"node-gyp@npm:latest": "^10.0.0", | ||
"nyc@^15.1.0": "patch:nyc@npm:15.1.0#.yarn/patches/nyc-npm-15.1.0-f134b19668.patch", | ||
"playwright-core@npm:1.34.2": "^1.43.1", | ||
"puppeteer@npm:21.11.0": "^22.14.0", | ||
"rimraf@npm:^2.5.4": "^4.2.0", | ||
"rimraf@npm:^2.6.1": "^4.2.0", | ||
"rimraf@npm:^2.6.3": "^4.2.0", | ||
|
@@ -109,6 +108,5 @@ | |
"ws@npm:8.13.0": "^8.17.1", | ||
"ws@npm:8.16.0": "^8.17.1" | ||
}, | ||
"version": "0.6.0", | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.