Skip to content

Commit

Permalink
fix: trigger release of the packages (#15405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthélémy Ledoux authored Mar 10, 2021
1 parent 5fd91bd commit 1ce5755
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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

0 comments on commit 1ce5755

Please sign in to comment.