Skip to content

Commit

Permalink
Fix Jenkins tests (#702)
Browse files Browse the repository at this point in the history
* chore: add playwright as dev dep

* chore: add preinstall scrpit for playwright

* revert: remove playwright dep

* build: add valkyr-setup script

* build: add valkyr-setup script

* build: add build-arg for NODE_ENV var

* build: remove build-arg

* build: try checking permissions on cache folder

* build: cache path maps based on platform

* build: add shelljs, install playwright with local browsers if needed

* build: check if .local-browsers exists

* test: run different script for valkyr tests

* test: fix test:prod script name

* test: removing parallelTests, setting normal test to use local browser

* build: visualTesting

* build: try adding helm requirements.yaml

* build: add chart.yaml

* build: add values.yaml

* chore(deps): install playwright fixed version

* build: add pw test dependency

* build: remove playwright dep

* build: delete chart

* build: remove visualTest from valkyr

* test: remove env var from test script

* build: removing postinstall script

* chore: delete valkyr-setup file

* chore(deps): uninstall shelljs

* chore(deps): uninstall playwright
  • Loading branch information
twoplustwoone authored Jul 23, 2021
1 parent 6d91f8e commit 72a4269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions valkyr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ version: 6.6
strategy: node-lib
strategyVersion: 12

runTestImage: api-console-test-dependency-playwright:v0.3.2

requires:
db: false
staticAsset: false
Expand Down

0 comments on commit 72a4269

Please sign in to comment.