-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for vue projects #53
Comments
In the same boat as @maystar, I think this should be possible if I can work out how to get mocha-webpack working with mocha-sidebar. |
@james-andrewsmith did you have any luck with this? |
What are the configuration you using for running vue via cli
…On Tue, Mar 6, 2018, 9:47 AM James Andrew-Smith ***@***.***> wrote:
In the same boat as @maystar <https://github.com/maystar>, I think this
should be possible if I can work out how to get mocha-webpack working with
mocha-sidebar.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE_nuYvOzS9KsZWLS3rPIlC2EP4rngvaks5tbj8vgaJpZM4R2RYE>
.
|
Try set mocha.path to mocha-webpack folder |
@maty21 If I run my tests with the command Sorry if it is an obvious setting, feel like i am having a blonde day |
I think you can't send me sample of code to run with configuration to run it via cli and Ill try to implement that feature for you guys :) |
I have added you to a private repo I am working on that has a few tests in it. Please reach out if you need anything else |
Hi Guys, I need it too. |
Nop I tried to played with it the implementation for it is a bit different
since vue uses webpack in order to run mocha and other than other
complilers that runs with in mocha with vue webpack runs mocha . I'll tried
to find some time for implementing it
…On Sat, Jul 7, 2018, 5:59 PM kabytaa ***@***.***> wrote:
Hi Guys,
Any progress with using vue cli?
I need it too.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE_nuVSn1ZMOXG4BI8vJy6leWmrWrcF_ks5uEMzggaJpZM4R2RYE>
.
|
Any news on this feature? |
I'm also interested in this... |
I'd love this feature too ! |
Any news!!!! I would love to get this working or know what packages anyone else is using. |
Does the sidebar support testing vue projects? If yes can somebody give me a hint how to configure the plugin in order to use it in a project like this:
https://github.com/vuejs/vue-test-utils-mocha-webpack-example
The text was updated successfully, but these errors were encountered: