question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Customize run command

See original GitHub issue

Feature 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:open
  • Created 4 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
Raathigeshcommented, Apr 5, 2019

Hey again 👋 ,

From Majestic 1.3 (Which I released just now) onwards the config needs to be as follows.

  "majestic": {
    "jestScriptPath": ".\\node_modules\\@vue\\cli-service\\bin\\vue-cli-service.js",
    "args": [
      "test:unit"
    ]
  }

Cheers!

1reaction
derawcommented, Apr 5, 2019

Hi!

Thank you that’s very kind of you!

I also love the coverage integration! 👌

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found