File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href =" https://www.npmjs.com/package/@frsource/cypress-plugin-visual-regression-diff " >
3
- <img src="https://img.shields.io/npm/v/@frsource/cypress-plugin-visual-regression-diff" alt="NPM version badge">
3
+ <img src="https://img.shields.io/npm/v/@frsource/cypress-plugin-visual-regression-diff.svg" alt="NPM version badge">
4
+ </a >
5
+ <a href =" https://www.npmjs.com/package/@frsource/cypress-plugin-visual-regression-diff " >
6
+ <img src="https://img.shields.io/npm/dt/@frsource/cypress-plugin-visual-regression-diff.svg" alt="NPM total downloads badge">
4
7
</a >
5
8
<a href =" https://github.com/semantic-release/semantic-release " >
6
9
<img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-relase badge">
7
10
</a >
8
11
<a href =" https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/blob/main/LICENSE " >
9
- <img src="https://img.shields.io/github/license/FRSOURCE/cypress-plugin-visual-regression-diff" alt="license MIT badge">
12
+ <img src="https://img.shields.io/github/license/FRSOURCE/cypress-plugin-visual-regression-diff.svg " alt="license MIT badge">
10
13
</a >
11
14
</p >
12
15
Original file line number Diff line number Diff line change 21
21
"release:test" : " yarn release --no-git-tag-version --no-push --skip-npm" ,
22
22
"cypress:ct" : " cypress open-ct" ,
23
23
"cypress:ct:headless" : " cypress run-ct --browser chrome --headless" ,
24
+ "test" : " cd example && yarn test:ct:ci && yarn test:e2e:ci" ,
24
25
"test:ct" : " cd example && yarn test:ct" ,
25
26
"test:ct:ci" : " cd example && yarn test:ct:ci" ,
26
27
"test:e2e" : " cd example && yarn test:e2e" ,
You can’t perform that action at this time.
0 commit comments