Skip to content

Commit

Permalink
Merge pull request #3836 from mtc2013/fix_runSpec
Browse files Browse the repository at this point in the history
Fix bug #3834 runSpec argument to use headless
  • Loading branch information
mattlindsey committed Jan 29, 2023
2 parents 814c413 + 1a27dfc commit 392731f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY vendor/assets/javascripts /WebsiteOne/assets/javascripts
FROM base

# To execute tests, install chromium
RUN apt install -y chromium
RUN apt install -y xvfb chromium chromium-driver

RUN dos2unix scripts/copy_javascript_dependencies.js
RUN yarn install
Expand Down
2 changes: 1 addition & 1 deletion spec/support/jasmine-browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"**/*jasmine-jquery.js",
"**/*spec_helper.js"
],
"browser": "chrome"
"browser": "headlessChrome"
}

0 comments on commit 392731f

Please sign in to comment.