hi I think my artifacts are too large, after the 1.38 update. I'm using gitlab.com which should have Artifacts maximum size (compressed) of 1 GB. I even changed my config to:
video: 'off',
Is there a way to find out how large the artifacts are? Or did I just reached the limit?
Uploading artifacts for failed job
02:04
Uploading artifacts...
e2e/playwright-report/: found 159 matching artifact files and directories
e2e/test-results/: found 311 matching artifact files and directories
ERROR: Uploading artifacts as "archive" to coordinator... 413 Payload Too Large id=5154926183 responseStatus=413 Payload Too Large status=413 token=64_-xyWC
FATAL: too large ```
This thread is trying to answer question "How can I find out how large my artifacts are and have I reached the limit?"
Hm, html report itself (index.html) consumes roughly >10mb so it's not a big deal. However, html report copies all traces, videos and screenshots as well. So if you're saving html report and traces separately then it will take a lot of storage. But if you were using traces from html report then it's ok.
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].