-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @csssr/[email protected] - @csssr/[email protected] - @csssr/[email protected] - @csssr/[email protected]
- Loading branch information
1 parent
1472a62
commit 636420d
Showing
8 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.9](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-10-05) | ||
|
||
**Note:** Version bump only for package @csssr/e2e-tools-codecept | ||
|
||
|
||
|
||
|
||
|
||
## [1.1.8](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-03-31) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@csssr/e2e-tools-codecept", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Codecept плагин для @csssr/e2e-tools", | ||
"author": "Pavel Liaukovich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -18,7 +18,7 @@ | |
}, | ||
"dependencies": { | ||
"@codeceptjs/ui": "^0.4.6", | ||
"@csssr/e2e-tools": "^1.6.8", | ||
"@csssr/e2e-tools": "^1.6.9", | ||
"@types/node": "^14.14.41", | ||
"async-retry": "^1.3.3", | ||
"codeceptjs": "^3.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.10](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-10-05) | ||
|
||
**Note:** Version bump only for package @csssr/nightwatch-image-comparison | ||
|
||
|
||
|
||
|
||
|
||
## [0.4.9](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-01-28) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@csssr/nightwatch-image-comparison", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "Screenshot assertions for Nightwatch", | ||
"main": "index.js", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.15.17](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-10-05) | ||
|
||
**Note:** Version bump only for package @csssr/e2e-tools-nightwatch | ||
|
||
|
||
|
||
|
||
|
||
## [1.15.16](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-03-31) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@csssr/e2e-tools-nightwatch", | ||
"version": "1.15.16", | ||
"version": "1.15.17", | ||
"description": "Nightwatch плагин для @csssr/e2e-tools", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,10 +17,10 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@csssr/e2e-tools": "^1.6.8", | ||
"@csssr/e2e-tools": "^1.6.9", | ||
"@csssr/mocha-jenkins-reporter": "0.6.2", | ||
"@csssr/mocha-testrail-ui": "0.4.6", | ||
"@csssr/nightwatch-image-comparison": "0.4.9", | ||
"@csssr/nightwatch-image-comparison": "^0.4.10", | ||
"@csssr/nightwatch-local-file-upload": "0.3.4", | ||
"@types/mocha": "^8.2.2", | ||
"@types/nightwatch": "^1.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.6.9](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-10-05) | ||
|
||
**Note:** Version bump only for package @csssr/e2e-tools | ||
|
||
|
||
|
||
|
||
|
||
## [1.6.8](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2022-03-31) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@csssr/e2e-tools", | ||
"version": "1.6.8", | ||
"version": "1.6.9", | ||
"description": "CLI утилита для быстрого добавления e2e тестов в проект", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
"license": "MIT", | ||
|