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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(puppeteer): support trace recording #3981

Conversation

kobenguyent
Copy link
Collaborator

@kobenguyent kobenguyent commented Nov 6, 2023

Motivation/Description of the PR

[Trace Recording Customization]
Trace recording provides complete information on test execution and includes screenshots, and network requests logged during run. Traces will be saved to output/trace

trace: enables trace recording for failed tests; trace are saved into output/trace folder
keepTraceForPassedTests: - save trace for passed tests

Applicable helpers:

  • Puppeteer

Type of change

  • 馃殌 New functionality

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

@kobenguyent kobenguyent merged commit 80dfe70 into 3.x Nov 7, 2023
14 checks passed
@kobenguyent kobenguyent deleted the 3974-feat-request-support-trace-recording-for-puppeteer-helper branch November 7, 2023 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat Request] - support trace recording for Puppeteer helper
1 participant