Skip to content

Record har and video to helix upload dir #30637

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

Merged
5 commits merged into from
Mar 5, 2021
Merged

Record har and video to helix upload dir #30637

5 commits merged into from
Mar 5, 2021

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Mar 4, 2021

Fixes #30135

@Pilchie Pilchie added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Mar 4, 2021
@HaoK HaoK requested review from a team March 4, 2021 20:20
@HaoK
Copy link
Member Author

HaoK commented Mar 4, 2021

@HaoK HaoK marked this pull request as ready for review March 4, 2021 20:20
@HaoK HaoK added the auto-merge label Mar 4, 2021
@ghost
Copy link

ghost commented Mar 4, 2021

Hello @HaoK!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

_harPath = browserContextOptions.RecordHar.Path;
}

if (browserContextOptions?.RecordVideo?.Dir != null)
{
var uploadDir = Environment.GetEnvironmentVariable("HELIX_WORKITEM_UPLOAD_ROOT");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: This could be done just once above line 55

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, will fix in next pr

@ghost ghost merged commit c3625dc into main Mar 5, 2021
@ghost ghost deleted the haok/har2 branch March 5, 2021 02:07
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Infrastructure] Capture E2E test artifacts upon build failure on the CI
4 participants