Skip to content

Commit

Permalink
fix(run.sh): install chrome via puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Dec 12, 2023
1 parent 4d94b3a commit 28792ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,8 @@ module.exports = function init(config) {
require('karma-tap-pretty-reporter'),
require('karma-junit-reporter'),
],

basePath: '',
frameworks: ['tap', 'webpack'],
proxies: {
'/itk/web-workers/itk-wasm-pipeline.min.worker.js':
'/base/dist/itk/web-workers/itk-wasm-pipeline.min.worker.js',
},
files: [
'./test/tests.js',
{
Expand Down
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ docker run \
--workdir /home/user/work \
${mount_local} \
$port_arg \
--env="APP=npm run test -- --browsers Chrome --dockered" \
--env="APP=npx puppeteer browsers install chrome && npm run test -- --browsers Chrome --dockered" \
$extra_run_args \
$debug_arg \
$image >/dev/null
Expand Down

0 comments on commit 28792ab

Please sign in to comment.