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

api: update videos api, hide tracing #4015

Merged
merged 2 commits into from
Oct 1, 2020
Merged

api: update videos api, hide tracing #4015

merged 2 commits into from
Oct 1, 2020

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Sep 30, 2020

In preparation for 1.5, this patch:

  • Moves artifactsPath to newContext() / launchPersistentContext(), renames it to videosPath.
  • Hides _traceResourcesPath and _tracePath in newContext().
  • Throws for videospath in remote connected browser since we do not stream it to the client yet.
  • Adds a test for videos in persistent context.

References #3996.

src/client/types.ts Show resolved Hide resolved
@dgozman dgozman changed the title api: update artifacts api, hide tracing api: update videos api, hide tracing Oct 1, 2020
In preparation for 1.5, this patch:
- moves `artifactsPath` to `newContext()`;
- hides `_sharedArtifactsPath` and `_recordTrace` in `newContext()`;
- throws for `recordVideos` in remote connected browser
  since we do not stream it to the client yet.
@pavelfeldman pavelfeldman merged commit 4a77363 into microsoft:master Oct 1, 2020
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

Successfully merging this pull request may close these issues.

3 participants