Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tags to web interface #313

Open
dr-thca opened this issue Jul 30, 2024 · 2 comments
Open

Add tags to web interface #313

dr-thca opened this issue Jul 30, 2024 · 2 comments

Comments

@dr-thca
Copy link

dr-thca commented Jul 30, 2024

Hi, thanks for the great tool.

My current workflow for some ad hoc testing is to run flashlight measure and then run some different tests manually, checking out different code for each test. It would be super nice to add some tags to each test so that they are visible when comparing the results. I guess the simplest workaround is to run flashlight from the cli with some tags in the filename of the report, but it would be nice if you could do something similar in the webinterface.

Edit: I now discovered that the filenames are not shown in the report. That would also be a QOL change so I can see what I'm comparing.

Second edit: Saw now that you can use --resultsTitle

@tormoseng
Copy link

A somewhat similiar request is to be able to add tags/labels when running a test with flashlight test. I'm using flashlight test with WebdriverIO/Appium, and to distinguish between test cases it would be nice to better know which test case that causes a performance issue.

@Almouro
Copy link
Member

Almouro commented Oct 3, 2024

Hi @tormoseng, so for flashlight test we have 2 options:

flashlight test -h

...

  --resultsFilePath <resultsFilePath>      Path where the JSON of results will be written
  --resultsTitle <resultsTitle>            Result title that is displayed at the top of the report

Would that help?

@dr-thca, on your side you'd basically like to have something similar on flashlight measure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants