https://github.com/applitools/storybook-testkit
Test kit repository for Eyes-Storybook SDK
https://github.com/applitools/storybook-testkit
Last synced: 4 months ago
JSON representation
Test kit repository for Eyes-Storybook SDK
- Host: GitHub
- URL: https://github.com/applitools/storybook-testkit
- Owner: applitools
- Created: 2020-05-10T04:36:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T15:47:40.000Z (over 2 years ago)
- Last Synced: 2025-01-17T04:46:56.805Z (6 months ago)
- Language: JavaScript
- Size: 4.32 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook testkit
1. To run visual tests: `npm run test:visual` or `yarn test:visual`
1. To configure number of stories, run with `STORYBOOK_COUNT` environment variable. For example: `STORYBOOK_COUNT=100 yarn test:visual`
1. Output log to file:
* run with `APPLITOOLS_SHOW_LOGS=true` environment variable
* run `npm run test:visual > eyes.log`
* recommended to output log file name with story count / features, e.g. `eyes_1000_9browsers_100concurrency.log`1. To just run the storybook (for inspection): `npm run storybook` (or `yarn storybook`)