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 to 'TestRunInfo' object information about recorded videos #4160

Closed
1 task
miherlosev opened this issue Aug 15, 2019 · 3 comments · Fixed by amalsgit/testcafe-curr-conveter#16
Closed
1 task
Assignees
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: reporting TYPE: enhancement The accepted proposal for future implementation.
Milestone

Comments

@miherlosev
Copy link
Collaborator

miherlosev commented Aug 15, 2019

https://devexpress.github.io/testcafe/documentation/extending-testcafe/reporter-plugin/reporter-methods.html#testruninfo-object

Add the following properties:

  • testRunInfo.videos: Video[]:
interface TestRunInfo.Video {
   testRunId: string;
   path: string; // absolute path
}

Also, add enhance the TestRunInfo.Screenshot interface:

interface TestRunInfo.Screenshot {
  testRunId: string;
}
@miherlosev miherlosev added TYPE: enhancement The accepted proposal for future implementation. SYSTEM: reporting labels Aug 15, 2019
@dcharan
Copy link

dcharan commented Dec 13, 2019

Any update on this. I am trying to build a custom report and I cant find a way to get video path to attach the video.

@need-response-app need-response-app bot added the STATE: Need response An issue that requires a response or attention from the team. label Dec 13, 2019
@miherlosev
Copy link
Collaborator Author

At present, this enhancement is not implemented.
The features that we are planning to implement are listed on the Roadmap page. The current feature is not on this list. I'm afraid I cannot provide you with any time frames as to when it will be implemented.

If this enhancement is very important for you, the PR is greatly appreciated.

@need-response-app need-response-app bot removed the STATE: Need response An issue that requires a response or attention from the team. label Dec 13, 2019
@AndreyBelym AndreyBelym added this to the Sprint #53 milestone Mar 13, 2020
@AlexKamaev AlexKamaev self-assigned this Mar 30, 2020
@AndreyBelym AndreyBelym modified the milestones: Sprint #53, Sprint #54 Mar 30, 2020
@lock
Copy link

lock bot commented Apr 15, 2020

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Apr 15, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: reporting TYPE: enhancement The accepted proposal for future implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants