Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping Cypress to v10.11.0 #266

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "reverting docker spec path, updating test path on std_ui ff"
This reverts commit 0959391.
  • Loading branch information
mmartin24 committed Nov 1, 2022
commit 26c8574b270b42d17f24211f4dcc18c1e4dca81c
3 changes: 1 addition & 2 deletions .github/workflows/std_ui_latest_firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
with:
browser: firefox
cypress_docker: cypress/included:9.7.0
# cypress_spec: cypress/e2e/unit_tests/namespaces.spec.ts
cypress_spec: unit_tests/namespaces.spec.ts
cypress_spec: cypress/e2e/unit_tests/namespaces.spec.ts
docker_options: '--user 1000'
ext_reg: '1'
s3: '1'
Expand Down
3 changes: 2 additions & 1 deletion scripts/start_cypress_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ docker run -v $PWD:/e2e -w /e2e \
$CYPRESS_DOCKER \
-C /e2e/$CYPRESS_CFG \
-b $BROWSER \
-s /e2e/$SPEC
# -s /e2e/$SPEC
-s $SPEC