cypress-io / cypress-vue-unit-test

A little helper to unit test Vue components in the Cypress.io E2E test runner
295 stars 23 forks source link

Docs for Custom Webpack + Vue Setup #310

Closed ecofriend closed 4 years ago

ecofriend commented 4 years ago

Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the issue.

Is this a bug report or a feature request?

bug (broken link in README.md)

"Manual webpack configuration is possible and documented here." The "here" link is broken. (Could it be "https://github.com/cypress-io/cypress-webpack-preprocessor"?)

Background: I'm building an app using Meteor, which doesn't use webpack so I need documentation on how to set up my project to use Cypress testing.

JessicaSachs commented 4 years ago

I just caught that too when I was auditing the README #311 fixes it. Your finished app is a great example. You manually setup the appropriate loaders, etc.

A fix for this would be to add a section on "Customizing your Webpack Configuration" and send people to the appropriate vue-loader and webpack preprocessor links.

I'm happy to take a PR if you'd like to do it.

ecofriend commented 4 years ago

Hi Jessica, looks like the doc has been updated already to include info about vue-loader and webpack preprocessor.

JessicaSachs commented 4 years ago

🙃Yes, you're right.