test: improve E2E framework (#9469)

This commit is contained in:
Marcin Tojek
2023-09-04 14:46:48 +02:00
committed by GitHub
parent 91cb9c65f9
commit aa94d89f97
12 changed files with 133 additions and 27 deletions
+8
View File
@@ -567,6 +567,14 @@ jobs:
path: ./site/test-results/**/*.webm
retention-days: 7
- name: Upload pprof dumps
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
uses: actions/upload-artifact@v3
with:
name: debug-pprof-dumps
path: ./site/test-results/**/debug-pprof-*.txt
retention-days: 7
chromatic:
# REMARK: this is only used to build storybook and deploy it to Chromatic.
runs-on: ubuntu-latest