Skip to content

docs: complete reporter unions and mode lists, fix version annotations - #42521

Closed
Ashraf Ali (ashrafiucse) wants to merge 2 commits into
microsoft:mainfrom
ashrafiucse:docs-reporter-unions-and-modes
Closed

docs: complete reporter unions and mode lists, fix version annotations#42521
Ashraf Ali (ashrafiucse) wants to merge 2 commits into
microsoft:mainfrom
ashrafiucse:docs-reporter-unions-and-modes

Conversation

@ashrafiucse

Copy link
Copy Markdown
Contributor

Summary

  • Add blob to the BuiltInReporter unions in TestConfig/FullConfig docs and to the FullConfig.reporter type override (it is in builtInReporters and ReporterDescription, but missing from both unions)
  • Add perfetto to the merge-reports --reporter list
  • List the missing retain-on-first-failure and retain-on-failure-and-retries trace modes and on-all-retries, retain-on-first-failure, retain-on-failure-and-retries video modes (all shipped, announced in release notes)
  • FullConfig.configFile is undefined without a config file, not an empty string
  • colorScheme also supports 'no-preference'
  • maskColor was introduced in v1.35 (per release notes and the shared template), not v1.34
  • Normalize malformed since version strings (v.1.30, 1.30, 1.46)

- add 'blob' to the BuiltInReporter union in TestConfig and FullConfig
- add 'perfetto' to the merge-reports --reporter list
- list the missing retain-on-first-failure and
  retain-on-failure-and-retries trace modes
- list the missing on-all-retries, retain-on-first-failure and
  retain-on-failure-and-retries video modes
- FullConfig.configFile is undefined, not an empty string, without a
  config file
- colorScheme also supports 'no-preference'
- maskColor was introduced in v1.35, not v1.34
- normalize malformed 'since' version strings
The hand-written override for FullConfig.reporter omitted 'blob' even
though it is a built-in reporter and ReporterDescription accepts it.
@dgozman

Copy link
Copy Markdown
Collaborator

Ashraf Ali (@ashrafiucse) Please file an issue before sending a PR, according to the contributing guide.

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.

2 participants