Closed codykaup closed 1 month ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +12.36% (target: -1.00%) | :white_check_mark: 84.23% (target: 80.00%) |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
📦 Package Size: 5380 KB ⚠️ Compared to main: +4 KB fd1359f895e6f39adeccbd102b7088fce97c8a98 (5376 KB)
:rocket: PR was released in v11.14.0
:rocket:
When using our E2E integration (Playwright or Cypress), it can be rather confusing to see "Storybook" and "stories" everywhere. This changes those to reference "Test suite" and "tests" through the UI.
The biggest change I had to make for this was to pass the main
Context
around to set the task title and output based on if it's an E2E build or not.📦 Published PR as canary version:
11.15.0--canary.1096.11448539011.0
:sparkles: Test out this PR locally via: ```bash npm install chromatic@11.15.0--canary.1096.11448539011.0 # or yarn add chromatic@11.15.0--canary.1096.11448539011.0 ```