Skip to content

Commit

Permalink
add cypress org to repo parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Jun 29, 2020
1 parent 4cd5c00 commit 55e8297
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions circle.yml
Expand Up @@ -201,7 +201,7 @@ commands:
Clones an external repo and then checks out the branch that matches NEXT_DEV_VERSION otherwise uses 'master' branch.
parameters:
repo:
description: "Name of the github repo to clone like: cypressio/cypress-example-kitchensink"
description: "Name of the github repo to clone like: cypress-io/cypress-example-kitchensink"
type: string
steps:
- attach_workspace:
Expand All @@ -217,7 +217,7 @@ commands:
and runs the new version of Cypress against it.
parameters:
repo:
description: Name of the repo like "cypress-example-kitchensink"
description: "Name of the github repo to clone like: cypress-io/cypress-example-kitchensink"
type: string
browser:
description: Name of the browser to use, like "electron", "chrome", "firefox"
Expand Down Expand Up @@ -1329,14 +1329,14 @@ jobs:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-recipes
repo: cypress-io/cypress-example-recipes
command: npm run test:ci:firefox

test-binary-against-recipe-pull-request:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-recipes
repo: cypress-io/cypress-example-recipes
command: npm run test:ci
pull_request_id: 503
folder: examples/stubbing-spying__window-fetch
Expand All @@ -1345,66 +1345,66 @@ jobs:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-kitchensink
repo: cypress-io/cypress-example-kitchensink
browser: "electron"

test-binary-against-awesome-typescript-loader:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-test-awesome-typescript-loader
repo: cypress-io/cypress-test-awesome-typescript-loader
browser: "electron"

"test-binary-against-kitchensink-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-kitchensink
repo: cypress-io/cypress-example-kitchensink
browser: firefox

"test-binary-against-kitchensink-chrome":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-kitchensink
repo: cypress-io/cypress-example-kitchensink
browser: chrome

"test-binary-against-todomvc-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-todomvc
repo: cypress-io/cypress-example-todomvc
browser: firefox

"test-binary-against-documentation-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-documentation
repo: cypress-io/cypress-documentation
browser: firefox
command: "npm run cypress:run"

"test-binary-against-realworld-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-realworld
repo: cypress-io/cypress-example-realworld
browser: firefox
command: "npm run cypress:run"

"test-binary-against-api-testing-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-api-testing
repo: cypress-io/cypress-example-api-testing
browser: firefox
command: "npm run cy:run"

"test-binary-against-piechopper-firefox":
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-example-piechopper
repo: cypress-io/cypress-example-piechopper
browser: firefox
command: "npm run cypress:run"

Expand Down

0 comments on commit 55e8297

Please sign in to comment.