File tree 8 files changed +3068
-3509
lines changed
8 files changed +3068
-3509
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" :
" https://unpkg.com/@changesets/[email protected] /schema.json" ,
3
3
"changelog" : " @changesets/cli/changelog" ,
4
- "commit" : false ,
4
+ "commit" : true ,
5
5
"fixed" : [],
6
6
"linked" : [],
7
7
"access" : " restricted" ,
12
12
" visual*/**" ,
13
13
" package.json"
14
14
]
15
- }
15
+ }
Original file line number Diff line number Diff line change 1
1
nodeLinker : node-modules
2
2
3
- npmPublishAccess : public
4
-
5
- npmPublishRegistry : " https://artifactory.tools.saucelabs.net/artifactory/api/npm/all-npm"
6
-
7
- npmRegistryServer : " https://artifactory.tools.saucelabs.net/artifactory/api/npm/all-npm"
8
-
9
3
plugins :
10
4
- path : .yarn/plugins/@yarnpkg/plugin-version.cjs
11
- spec : " @yarnpkg/plugin-version"
5
+ spec : ' @yarnpkg/plugin-version'
12
6
13
7
pnpMode : loose
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @saucelabs/cypress-visual-plugin" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Cypress plugin for Sauce Visual Testing" ,
5
5
"main" : " build/index.cjs" ,
6
6
"module" : " build/index.js" ,
37
37
"cypress" : " ^12.0.0 || ^13.0.0"
38
38
},
39
39
"dependencies" : {
40
- "@saucelabs/visual" : " 0.0.1 " ,
40
+ "@saucelabs/visual" : " 0.3.0 " ,
41
41
"chalk" : " ^5.3.0" ,
42
42
"exponential-backoff" : " ^3.1.1" ,
43
43
"macos-release" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @saucelabs/nightwatch-sauce-visual-service" ,
3
3
"description" : " Nightwatch service that add visual checks capabilities using Sauce Labs Visual" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"main" : " index.js" ,
6
6
"types" : " types/nightwatch.d.ts" ,
7
7
"license" : " MIT" ,
17
17
" visual"
18
18
],
19
19
"dependencies" : {
20
- "@saucelabs/visual" : " 0.0.1 " ,
20
+ "@saucelabs/visual" : " 0.3.0 " ,
21
21
"chalk" : " ^4.1.2" ,
22
22
"nightwatch" : " ^3.3.2"
23
23
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @saucelabs/visual-storybook" ,
3
3
"description" : " Storybook Plugin / Bootstrapper for Sauce Labs Visual" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"main" : " build/index.cjs" ,
6
6
"module" : " build/index.js" ,
7
7
"types" : " build/index.d.ts" ,
42
42
"test" : " jest --collect-coverage"
43
43
},
44
44
"dependencies" : {
45
- "@saucelabs/visual" : " 0.0.1 " ,
45
+ "@saucelabs/visual" : " 0.3.0 " ,
46
46
"@storybook/test-runner" : " >=0.13.0" ,
47
47
"exponential-backoff" : " ^3.1.1" ,
48
48
"jest-playwright-preset" : " ^2.0.0 || ^3.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @saucelabs/wdio-sauce-visual-service" ,
3
3
"description" : " WebdriverIO service that add visual checks capabilities using Sauce Labs Visual" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
7
7
"license" : " MIT" ,
26
26
"./package.json" : " ./package.json"
27
27
},
28
28
"dependencies" : {
29
- "@saucelabs/visual" : " 0.0.1 " ,
29
+ "@saucelabs/visual" : " 0.3.0 " ,
30
30
"@wdio/globals" : " 8.10.5" ,
31
31
"@wdio/logger" : " 8.6.6" ,
32
32
"@wdio/types" : " 8.10.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @saucelabs/visual" ,
3
3
"description" : " JS client bindings for Sauce Labs Visual" ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"main" : " build/index.cjs" ,
6
6
"module" : " build/index.js" ,
7
7
"types" : " build/index.d.ts" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments