Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion .github/workflows/example-basic-pnpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

basic-pnpm:
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
workflow_dispatch:

jobs:

basic:
strategy:
fail-fast: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

tests:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

start:
# example where we pass custom base URL
runs-on: ubuntu-24.04
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-custom-ci-build-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:

check-record-key:
runs-on: ubuntu-24.04
outputs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-custom-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

start:
# example where instead of forming the default "cypress run ..."
# the user can specify their own command
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
# see https://on.cypress.io/env
CYPRESS_environmentName: staging
jobs:

e2e:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

firefox:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-install-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

install-command:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-install-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

# do not install every dependency in this example
# just install Cypress, but make sure to cache it
install-cypress-only:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

cypress-run:
runs-on: ubuntu-24.04
# let's make sure Cypress works on several versions of Node
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-quiet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

cypress-run:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-recording.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:

check-record-key:
runs-on: ubuntu-24.04
outputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-start-and-pnpm-workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:

jobs:
# The example has pnpm workspaces in its "root" folder
# examples/start-and-pnpm-workspaces
# The example has pnpm workspaces in its "root" folder
# examples/start-and-pnpm-workspaces

single-ws:
# This job installs pnpm,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-start-and-yarn-workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

single:
# the example has Yarn workspace in its "root" folder
# examples/start-and-yarn-workspaces
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
NO_UPDATE_CHECK: 1

jobs:

start:
# example with web application build,
# server start and waiting for the server
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-wait-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

wait:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

wait:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-yarn-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

yarn-classic:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-yarn-modern-pnp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

yarn-modern-pnp:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/example-yarn-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:

jobs:

yarn-modern:
runs-on: ubuntu-24.04
steps:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

examples/**/*.js
examples/**/*.?js
**/pnpm-lock.yaml