You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By passing the browser type and whether JS is enabled via environment variables,
we can run the Selenium frontend tests on all combinations of targetted
browsers and JS/no-JS in the CI pipeline. For now, we are not targetting Safari
for this, as the GitHub Actions MacOS workers don't suppose `services`, which
we use to run the postgres database. This will be left for a follow-up (see
issue #145).
Whilst #144 fixes #143, Safari is not covered as it is a bit more complex. There are two main issues:
services
(used to run our Postgres DB)The text was updated successfully, but these errors were encountered: