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

test(recorder): add recorder sanity tests #2582

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

pavelfeldman
Copy link
Member

No description provided.

@pavelfeldman pavelfeldman force-pushed the cli4 branch 3 times, most recently from 46582ef to 6116940 Compare June 16, 2020 05:19
@@ -95,9 +95,6 @@ export class FrameExecutionContext extends js.ExecutionContext {
}

createDebugScript(options: { record?: boolean, console?: boolean }): Promise<js.JSHandle<DebugScript> | undefined> {
if (!helper.isDebugMode())
Copy link
Contributor

Choose a reason for hiding this comment

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

This is just on now? Does the recorder need it for something?

Copy link
Member Author

Choose a reason for hiding this comment

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

There is another check higher up the call chain

@pavelfeldman pavelfeldman merged commit 59d0f87 into microsoft:master Jun 16, 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