Add an ability to copy test case start-end timings to clipboard
I'm submitting a ...
- [x] feature request
What is the current behavior?
Test case details view has only an ability to view test case start-end values as a tooltip
What is the expected behavior?
It'd be nice to have an ability to copy info(start-end) from the tooltip to clipboard
What is the motivation / use case for changing the behavior?
Usability reasons
Please tell us about your environment:
- Allure version: 2.1.1
- Test framework: [email protected]
- Allure adaptor: [email protected]
Other information

@baev Hi i was looking on this issue but i see that its been discused (edit: and closed) in https://github.com/allure-framework/allure2/pull/733. Is it still open ?
yes as far as I know
@baev so can i work on it? And how it should look? something like this ?

And what should be in clipboard after pressing button: data-tooltip a.k.a. "10/25/2021 17:55:12-17:55:13" ?
summon @just-boris
the other option would be to make duration clickable and copy contents on click
Hi @baev and @just-boris i just made it work like clickable span like baev said. Can you check it ?
I am wondering why is this important to make the time copyable. You can always select the text and press ctrl+c on any content. Test suite and case name make sense, because they are the most used. But what about time?
Also timestamps are stored in the different formats in different tools. Copying the current human readable option will not help looking it up with any logs. Especially the implementation from @jk816vu with – in the middle of copyable text
Ok, noted but why is it open issue again?