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:
- Created a year ago
- Comments:9 (6 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
Done