last-hit-replayer
v0.10.10
Published
Replayer for last-hit recorded data.
Readme
Last Hit Replayer
![]()
Directly in any folder
Install
npm install -g last-hit-replayeror
yarn global add last-hit-replayerYarn is recommanded. For install Yarn, see yarnpkg.com
Run
Run whole workspace
last-hit-replayer --workspace=directory/to/your/workspaceSpecify Story
last-hit-replayer --workspace=directory/to/your/workspace --story=your-story-nameSpecify Flow
last-hit-replayer --workspace=directory/to/your/workspace --story=your-story-name --flow=your-flow-nameIn your project
Install
npm install last-hit-replayeror
yarn add last-hit-replayerYarn is recommanded. For install Yarn, see yarnpkg.com
Add script
In package.json
"script": {
"start": "last-hit-replayer"
}Run
Run whole workspace
yarn start -- --workspace=directory/to/your/workspaceSpecify Story
yarn start -- --workspace=directory/to/your/workspace --story=your-story-nameSpecify Flow
yarn start -- --workspace=directory/to/your/workspace --story=your-story-name --flow=your-flow-nameFlow name will be ignored when story name does not specify.
CI report
- CI will generate a report.html in current folder
License
Last-Hit replayer is MIT licensed.
