Skip to content

Commit 28792ab

Browse files
committed
fix(run.sh): install chrome via puppeteer
1 parent 4d94b3a commit 28792ab

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

karma.conf.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,8 @@ module.exports = function init(config) {
6161
require('karma-tap-pretty-reporter'),
6262
require('karma-junit-reporter'),
6363
],
64-
6564
basePath: '',
6665
frameworks: ['tap', 'webpack'],
67-
proxies: {
68-
'/itk/web-workers/itk-wasm-pipeline.min.worker.js':
69-
'/base/dist/itk/web-workers/itk-wasm-pipeline.min.worker.js',
70-
},
7166
files: [
7267
'./test/tests.js',
7368
{

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ docker run \
142142
--workdir /home/user/work \
143143
${mount_local} \
144144
$port_arg \
145-
--env="APP=npm run test -- --browsers Chrome --dockered" \
145+
--env="APP=npx puppeteer browsers install chrome && npm run test -- --browsers Chrome --dockered" \
146146
$extra_run_args \
147147
$debug_arg \
148148
$image >/dev/null

0 commit comments

Comments
 (0)