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.

App: CLI should format the report file with a file:// URI to make it clickable in modern terminals and editors

See original GitHub issue
---- Response Time Distribution ------------------------------------------------
> t < 800 ms                                           779 (100%)
> 800 ms < t < 1200 ms                                   0 (  0%)
> t > 1200 ms                                            1 (  0%)
> failed                                                 0 (  0%)
================================================================================

Reports generated in 0s.
Please open the following file: /Users/xxxx/repos/xxxxxxxxxxbuild/reports/gatling/performancetestsimulation-20220405153252036/index.html

It would be very helpful if this was a clickable URL. I think it’s just changing this line to:

println(s"Please open the following file: file://${indexFile.toFile}")

This is a small but useful step-saver. I can’t think of any downsides unless there are people scraping the CLI output.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
slandellecommented, May 12, 2022

Done

0reactions
andrejpkcommented, May 14, 2022
Environment Base file file URL
Windows Terminal v 1.12.109893.0
Putty 0.62
Read more comments on GitHub >

github_iconTop Results From Across the Web

Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code has a powerful command-line interface built-in that lets you control how you launch the editor. You can open files, install...
Read more >
What is a command-line interface (CLI)? - TechTarget
A command-line interface (CLI) is a text-based user interface (UI) used to run programs, manage computer files and interact with the computer.
Read more >
Using the Elastic Beanstalk command line interface (EB CLI)
Use the EB CLI to create and manage AWS Elastic Beanstalk environments. ... You can participate by reporting issues, making suggestions, and submitting...
Read more >
Using Angular routes in a single-page application
This tutorial describes how to build a single-page application, SPA that uses multiple Angular routes. In a Single Page Application (SPA), all of...
Read more >
How to Use Flask-SQLAlchemy to Interact with Databases in a ...
nano app.py. This file will connect to an SQLite database called database.db , and have a class called Student that represents your ...
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