@@ -201,7 +201,7 @@ commands:
201
201
Clones an external repo and then checks out the branch that matches NEXT_DEV_VERSION otherwise uses 'master' branch.
202
202
parameters :
203
203
repo :
204
- description : " Name of the github repo to clone like: cypressio /cypress-example-kitchensink"
204
+ description : " Name of the github repo to clone like: cypress-io /cypress-example-kitchensink"
205
205
type : string
206
206
steps :
207
207
- attach_workspace :
@@ -217,7 +217,7 @@ commands:
217
217
and runs the new version of Cypress against it.
218
218
parameters :
219
219
repo :
220
- description : Name of the repo like " cypress-example-kitchensink"
220
+ description : " Name of the github repo to clone like: cypress-io/ cypress-example-kitchensink"
221
221
type : string
222
222
browser :
223
223
description : Name of the browser to use, like "electron", "chrome", "firefox"
@@ -1329,14 +1329,14 @@ jobs:
1329
1329
<< : *defaults
1330
1330
steps :
1331
1331
- test-binary-against-repo :
1332
- repo : cypress-example-recipes
1332
+ repo : cypress-io/cypress- example-recipes
1333
1333
command : npm run test:ci:firefox
1334
1334
1335
1335
test-binary-against-recipe-pull-request :
1336
1336
<< : *defaults
1337
1337
steps :
1338
1338
- test-binary-against-repo :
1339
- repo : cypress-example-recipes
1339
+ repo : cypress-io/cypress- example-recipes
1340
1340
command : npm run test:ci
1341
1341
pull_request_id : 503
1342
1342
folder : examples/stubbing-spying__window-fetch
@@ -1345,66 +1345,66 @@ jobs:
1345
1345
<< : *defaults
1346
1346
steps :
1347
1347
- test-binary-against-repo :
1348
- repo : cypress-example-kitchensink
1348
+ repo : cypress-io/cypress- example-kitchensink
1349
1349
browser : " electron"
1350
1350
1351
1351
test-binary-against-awesome-typescript-loader :
1352
1352
<< : *defaults
1353
1353
steps :
1354
1354
- test-binary-against-repo :
1355
- repo : cypress-test-awesome-typescript-loader
1355
+ repo : cypress-io/cypress- test-awesome-typescript-loader
1356
1356
browser : " electron"
1357
1357
1358
1358
" test-binary-against-kitchensink-firefox " :
1359
1359
<< : *defaults
1360
1360
steps :
1361
1361
- test-binary-against-repo :
1362
- repo : cypress-example-kitchensink
1362
+ repo : cypress-io/cypress- example-kitchensink
1363
1363
browser : firefox
1364
1364
1365
1365
" test-binary-against-kitchensink-chrome " :
1366
1366
<< : *defaults
1367
1367
steps :
1368
1368
- test-binary-against-repo :
1369
- repo : cypress-example-kitchensink
1369
+ repo : cypress-io/cypress- example-kitchensink
1370
1370
browser : chrome
1371
1371
1372
1372
" test-binary-against-todomvc-firefox " :
1373
1373
<< : *defaults
1374
1374
steps :
1375
1375
- test-binary-against-repo :
1376
- repo : cypress-example-todomvc
1376
+ repo : cypress-io/cypress- example-todomvc
1377
1377
browser : firefox
1378
1378
1379
1379
" test-binary-against-documentation-firefox " :
1380
1380
<< : *defaults
1381
1381
steps :
1382
1382
- test-binary-against-repo :
1383
- repo : cypress-documentation
1383
+ repo : cypress-io/cypress- documentation
1384
1384
browser : firefox
1385
1385
command : " npm run cypress:run"
1386
1386
1387
1387
" test-binary-against-realworld-firefox " :
1388
1388
<< : *defaults
1389
1389
steps :
1390
1390
- test-binary-against-repo :
1391
- repo : cypress-example-realworld
1391
+ repo : cypress-io/cypress- example-realworld
1392
1392
browser : firefox
1393
1393
command : " npm run cypress:run"
1394
1394
1395
1395
" test-binary-against-api-testing-firefox " :
1396
1396
<< : *defaults
1397
1397
steps :
1398
1398
- test-binary-against-repo :
1399
- repo : cypress-example-api-testing
1399
+ repo : cypress-io/cypress- example-api-testing
1400
1400
browser : firefox
1401
1401
command : " npm run cy:run"
1402
1402
1403
1403
" test-binary-against-piechopper-firefox " :
1404
1404
<< : *defaults
1405
1405
steps :
1406
1406
- test-binary-against-repo :
1407
- repo : cypress-example-piechopper
1407
+ repo : cypress-io/cypress- example-piechopper
1408
1408
browser : firefox
1409
1409
command : " npm run cypress:run"
1410
1410
0 commit comments