-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Labels
Comments
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.
yury-s
added a commit
that referenced
this issue
Aug 5, 2023
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.
yury-s
added a commit
that referenced
this issue
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
--config
option.setup
project, it is merged incorrectly because of clashing test ids.blob-report
insidetest-results
.blob-report
location logic from html reporter - next topackage.json
.report.md
markdown report location logic from html reporter - next topackage.json
.blob-report
output directory should be removed at the start.report.zip
naming scheme with suffix and shard number.run_attempt
from all yamls and docs.onBegin
per project (chore(blob): splitonBegin
into multipleonProject
events #26329)The text was updated successfully, but these errors were encountered: