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

[internal] merge report action items #24451

Closed
15 tasks done
dgozman opened this issue Jul 27, 2023 · 0 comments · Fixed by #26473
Closed
15 tasks done

[internal] merge report action items #24451

dgozman opened this issue Jul 27, 2023 · 0 comments · Fixed by #26473
Assignees
Labels

Comments

@dgozman
Copy link
Contributor

dgozman commented Jul 27, 2023

  • Document --config option.
  • When each shard runs the same setup project, it is merged incorrectly because of clashing test ids.
  • (internal) Do not put blob-report inside test-results.
  • Copy default blob-report location logic from html reporter - next to package.json.
  • Copy default report.md markdown report location logic from html reporter - next to package.json.
  • blob-report output directory should be removed at the start.
  • Document sharding+blob+merge yaml files.
  • Change the report.zip naming scheme with suffix and shard number.
  • OOM
  • Remove run_attempt from all yamls and docs.
  • Check playwright or blob versions from each shard and throw if they do not match.
  • Replace "projectSuffix" with "reportName".
  • Split onBegin per project (chore(blob): split onBegin into multiple onProject events #26329)

  • Update yaml in the docs to print the final report url from Azure.
  • Add GHA screenshots to the doc.
@dgozman dgozman added the v1.37 label Jul 27, 2023
dgozman added a commit that referenced this issue Jul 28, 2023
Fixes a scenario where each shard runs the same setup project.

References #24451.
dgozman added a commit that referenced this issue Jul 28, 2023
Also:
- remove `blob-report` directory at the start;
- markdown's `report.md` next to package.json;
- use default location in playwright's workflows.

References #24451.
dgozman added a commit that referenced this issue Aug 7, 2023
Always ensure unique project/test ids across blobs.
Show `reportName` as a label in the html report.

References #24451.
@aslushnikov aslushnikov added v1.38 and removed v1.37 labels Aug 8, 2023
yury-s added a commit that referenced this issue Aug 14, 2023
* Renamed test job to `playwright-tests` to match docs and rererences
* Added screenshot with github jobs and artifacts
* Print Azure URL

Fixes: #24451
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
…ft#24475)

Fixes a scenario where each shard runs the same setup project.

References microsoft#24451.
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
…t#24481)

Also:
- remove `blob-report` directory at the start;
- markdown's `report.md` next to package.json;
- use default location in playwright's workflows.

References microsoft#24451.
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
Always ensure unique project/test ids across blobs.
Show `reportName` as a label in the html report.

References microsoft#24451.
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
* Renamed test job to `playwright-tests` to match docs and rererences
* Added screenshot with github jobs and artifacts
* Print Azure URL

Fixes: microsoft#24451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants