BREAKING: .configure no longer accepts options. If you need to modify the
headless_chrome selenium driver you can re-register the driver with
Capybara.register_driver.
GovukTest.headless_chrome_selenium_options added to allow accessing the
headless Chrome selenium options for other contexts (such as configuring
Jasmine).
GOVUK_TEST_CHROME_NO_SANDBOX can be set to default Chrome to be running
with the --no-sandbox argument.
Commits
90853d5 Merge pull request #33 from alphagov/release-v2
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps govuk_test from 1.0.3 to 2.0.0.
Changelog
Sourced from govuk_test's changelog.
Commits
90853d5
Merge pull request #33 from alphagov/release-v21f57dbf
Release version 2.0.0ce11613
Merge pull request #32 from alphagov/bump-deps364f14c
Remove rake and bundler constraints2de2e61
Bump ruby version to 2.6.680ddee7
Merge pull request #31 from alphagov/chrome-sandboxd804452
Provide a.headless_chrome_selenium_options
to access optionsdc27508
Allow chrome to run outside a sandbox with env varDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)