Customize run command
See original GitHub issueFeature Request
Hi! I’ve discovered this project and I love it, thank you for making it!
I was wondering if it’s possible to specify a command to execute, or to make it work with vue-cli
I’m using the command vue-cli-service test:unit
, and my tests are passing, but with the GUI I suppose it runs Jest directly so it fails with:
import Vue from 'vue';
^^^
SyntaxError: Unexpected identifier
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:21 (9 by maintainers)
Top Results From Across the Web
How to Make Custom Run Commands on Windows 10
Select the key “App Paths” and right-click anywhere in the Registry Editor and choose “New” > “Key“, name it with the name of...
Read more >Create custom Run Command for applications In Windows 10 ...
STEP 1 – First of all, let's make sure that Sublime Text application doesn't already have a run command created for it. For...
Read more >How To Create Your Own Run Command Shortcuts In ...
Create Run commands for programs in Windows 10 ... Step 1: In the Start menu, right-click on the program icon, click More and...
Read more >How To Create Your Own Run Commands In Windows (4 ...
Manually Creating The Shortcut File: ... Step 1. Firstly, select the software whose run command you want to create. Here we will be...
Read more >Create your own Run command in Windows 11/10
Create a shortcut of the application or program. Rename it to say, uwt, and place this shortcut in the Windows folder. Now type...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey again 👋 ,
From Majestic 1.3 (Which I released just now) onwards the config needs to be as follows.
Cheers!
Hi!
Thank you that’s very kind of you!
I also love the coverage integration! 👌