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.

specify custom runner on CLI

See original GitHub issue

Do you want to request a feature or report a bug? feature

What is the current behavior? none

What is the expected behavior? Be able to specify custom runner on the CLI like yarn jest --runner jest-runner-prettier. The alternative I’m seeing is that I will need to create a new file for prettier and tsc runners (my case) while leaving the main config in package.json used for regular tests. Maybe I’m thinking about this wrong and runner on cli is a bad idea! Not sure.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
SimenBcommented, Jan 26, 2018

Using the CLI option you have to point to a file with configuration - you can’t use projects to select a project to run.

Maybe that should be possible, though…

0reactions
github-actions[bot]commented, May 13, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitLab Runner commands
To specify a custom configuration file, use the -c or --config flag, or use the CONFIG_FILE environment variable. Signals. You can use system...
Read more >
Using the GitHub CLI on a runner
Creates custom environment variables, and redefines the built-in GITHUB_TOKEN variable to use a custom secret. These variables will be referenced later in ...
Read more >
Installing Self-Hosted Runners with the CLI - CircleCI
Installing self-hosted runners is available directly in the CircleCI web app for Linux, macOS, Docker, and Windows. You will need to agree to...
Read more >
apprunner — AWS CLI 1.27.37 Command Reference
App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or...
Read more >
Nightwatch command line test runner | Developer Guide
--reuse-browser .. Use the same browser session to run the individual test suites --parallel ....... Enable running the tests in parallel mode, via...
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