Make findConfig error, select a project, check you see generic instructions (no specific main location)
Make updateMain error, select a project, check you see instructions that include main.ts
Make it all work, select a project, check you see a message that includes main.ts.
📦 Published PR as canary version: 0.0.47--canary.53.792ed16.0
:sparkles: Test out this PR locally via:
```bash
npm install @chromaui/addon-visual-tests@0.0.47--canary.53.792ed16.0
# or
yarn add @chromaui/addon-visual-tests@0.0.47--canary.53.792ed16.0
```
Telescoping on https://github.com/chromaui/addon-visual-tests/pull/41
Send the
main.js
location andconfigDir
up on success/failure so we can incorporate it into the UIs.To QA:
Clear the selected options from
main.ts
: https://github.com/chromaui/addon-visual-tests/blob/1f7b002a58d160c755bb363e686b62cc64de9c42/.storybook/main.ts#L40Make
findConfig
error, select a project, check you see generic instructions (no specific main location)Make
updateMain
error, select a project, check you see instructions that includemain.ts
Make it all work, select a project, check you see a message that includes
main.ts
.📦 Published PR as canary version:
0.0.47--canary.53.792ed16.0
:sparkles: Test out this PR locally via: ```bash npm install @chromaui/addon-visual-tests@0.0.47--canary.53.792ed16.0 # or yarn add @chromaui/addon-visual-tests@0.0.47--canary.53.792ed16.0 ```