Skip to content

Commit

Permalink
chore: merge master (a37ab76) into develop (#15412)
Browse files Browse the repository at this point in the history
Co-authored-by: Barthélémy Ledoux <[email protected]>
Co-authored-by: ElevateBart <[email protected]>
Co-authored-by: Jessica Sachs <[email protected]>
  • Loading branch information
4 people authored Mar 13, 2021
1 parent a94c9d5 commit ef1b02d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,6 @@ jobs:
- run:
name: Run tests
command: yarn workspace @cypress/webpack-dev-server test

npm-vite-dev-server:
<<: *defaults
steps:
Expand Down
14 changes: 13 additions & 1 deletion npm/vite-dev-server/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# ⚡️ + 🌲 Cypress Component Testing w/ Vite

> **Note** this package is not meant to be used outside of cypress component testing.
To install vite in you component testing environment,
1. Install it `yarn add @cypress/vite-dev-server`
2. Add it to `cypress/plugins/index.js`

```js
import { startDevServer } from '@cypress/vite-dev-server'

module.exports = (on, config) => {
on('dev-server:start', async (options) => startDevServer({ options }))

return config
}
```
2 changes: 2 additions & 0 deletions npm/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,8 @@ module.exports = (on, config) => {
The Cypress.io Component Testing Team

- [Jessica Sachs](https://github.com/jessicasachs) (Current Maintainer, [Vue Test Utils](https://github.com/vuejs/vue-test-utils) Maintainer)
- [Lachlan Miller](https://github.com/lmiller1990) (Current Maintainer, [Vue Test Utils](https://github.com/vuejs/vue-test-utils) Maintainer)
- [Bart Ledoux](https://github.com/elevatebart) (Current Maintainer, [Vue Styleguidist](https://github.com/vue-styleguidist/vue-styleguidist) Maintainer)
- [Gleb Bahmutov](https://github.com/bahmutov) (Original Author, Current Maintainer of [@cypress/react](https://github.com//cypress-io/@cypress/react))

Support: if you find any problems with this module, [tweet](https://twitter.com/_jessicasachs) / [open issue](https://github.com/cypress-io/cypress/issues) on Github
Expand Down
2 changes: 2 additions & 0 deletions npm/webpack-dev-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> **Note** this package is not meant to be used outside of cypress component testing.
Install `@cypress/vue` or `@cypress/react` to get this package working properly

## Responsibilities

- Make a `webpack.config` from the users setup
Expand Down

4 comments on commit ef1b02d

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef1b02d Mar 13, 2021

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/6.7.0/circle-develop-ef1b02d955ebdfed8cb5a3c4dd0d558960702f2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef1b02d Mar 13, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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/6.7.0/appveyor-develop-ef1b02d955ebdfed8cb5a3c4dd0d558960702f2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef1b02d Mar 13, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 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/6.7.0/appveyor-develop-ef1b02d955ebdfed8cb5a3c4dd0d558960702f2e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef1b02d Mar 13, 2021

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/6.7.0/circle-develop-ef1b02d955ebdfed8cb5a3c4dd0d558960702f2e/cypress.tgz

Please sign in to comment.