Skip to content

Commit

Permalink
Update recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
RXminuS committed Oct 22, 2024
1 parent c7bbe34 commit 47f37f8
Show file tree
Hide file tree
Showing 30 changed files with 5,953 additions and 1,316 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
PLAYWRIGHT_JSON_OUTPUT_DIR: .test/e2e/reports/json
- name: Upload HTML report
uses: actions/upload-artifact@v4
id: e2e-final-html-report
with:
name: e2e-html-report
path: vscode/.test/e2e/reports/html
Expand All @@ -289,7 +290,10 @@ jobs:
uses: daun/playwright-report-summary@v3
with:
report-file: vscode/.test/e2e/reports/json/report.json
job-summary: true
comment-title: "E2E Test - Summary"
report-tag: "e2e"
report-url: ${{ steps.e2e-final-html-report.outputs.artifact-url }}
custom-info: "[Pipeline Summary](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})"
# TODO: Pipe telemetry to PubSub
- name: Report to Services
run: pnpm -C vscode exec playwright merge-reports --reporter github,@estruyf/github-actions-reporter -c .test/e2e/reports/blob .test/e2e/reports/blob
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,18 @@ log:
content:
mimeType: application/json
size: 73
text: "{\"data\":{\"site\":{\"productVersion\":\"296541_2024-10-22_5.8-74e3dabd\
f9a8\"}}}"
text: "{\"data\":{\"site\":{\"productVersion\":\"296687_2024-10-22_5.8-352d60d3\
1a67\"}}}"
cookies: []
headers:
- name: date
value: Tue, 22 Oct 2024 18:25:13 GMT
value: Tue, 22 Oct 2024 19:47:28 GMT
- name: content-type
value: application/json
- name: content-length
value: "73"
- name: connection
value: close
- name: retry-after
value: "469"
- name: access-control-allow-credentials
value: "true"
- name: access-control-allow-origin
Expand All @@ -87,20 +85,20 @@ log:
value: 1; mode=block
- name: strict-transport-security
value: max-age=31536000; includeSubDomains; preload
headersSize: 1644
headersSize: 1537
httpVersion: HTTP/1.1
redirectURL: ""
status: 200
statusText: OK
startedDateTime: 2024-10-22T18:25:13.038Z
time: 253
startedDateTime: 2024-10-22T19:47:28.108Z
time: 292
timings:
blocked: -1
connect: -1
dns: -1
receive: 0
send: 0
ssl: -1
wait: 253
wait: 292
pages: []
version: "1.2"
Loading

0 comments on commit 47f37f8

Please sign in to comment.