test: login more directly (#44467)

* test: login more directly

* test: separate login from other visits

In a single test, Cypress can only visit within a single domain, hence
the separation.

* chore: fail slowly for all strategies

* test: user certified user for showing cert

* test: fix and cleanup certifications
This commit is contained in:
Oliver Eyton-Williams
2021-12-11 10:04:16 +01:00
committed by GitHub
parent 8fb945c5a8
commit 48f88428e8
11 changed files with 100 additions and 157 deletions

View File

@@ -62,6 +62,7 @@ jobs:
runs-on: ubuntu-20.04
needs: build-client
strategy:
fail-fast: false
matrix:
browsers: [chrome, firefox, electron]
node-version: [16.x]

View File

@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x]
@@ -47,6 +48,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x]

View File

@@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x]
@@ -39,6 +40,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x]
@@ -70,6 +72,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x]
@@ -103,6 +106,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: [16.x]
locale: [chinese, espanol]