Skip to content

Commit

Permalink
Merge pull request #23921 from cypress-io/clean-stale-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Sep 23, 2022
2 parents 78779a2 + 9413ff6 commit 238ead3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
3 changes: 1 addition & 2 deletions npm/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"postbuild": "node ../../scripts/sync-exported-npm-with-cli.js",
"build-prod": "yarn build",
"test": "echo \"Tests for @cypress/vue2 are run from system-tests\"",
"watch": "yarn build --watch --watch.exclude ./dist/**/*",
"test-ci": "node ../../scripts/run-ct-examples.js --examplesList=./examples.env"
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
},
"dependencies": {
"@vue/test-utils": "^1.1.3"
Expand Down
65 changes: 0 additions & 65 deletions scripts/run-ct-examples.js

This file was deleted.

4 comments on commit 238ead3

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 238ead3 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.9.0/linux-x64/develop-238ead3c53399c022f7c99236ccc709768395a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 238ead3 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.9.0/linux-arm64/develop-238ead3c53399c022f7c99236ccc709768395a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 238ead3 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.9.0/darwin-arm64/develop-238ead3c53399c022f7c99236ccc709768395a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 238ead3 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.9.0/darwin-x64/develop-238ead3c53399c022f7c99236ccc709768395a61/cypress.tgz

Please sign in to comment.