-
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
751e41c
commit c9a949b
Showing
8 changed files
with
68 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2021-09-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Исправлен запуск конкретного теста в VSCode на Windows ([d682bbc](https://github.com/CSSSR/e2e-tools/commit/d682bbc6d69a6081c8f25afdc31fc0c5da801db4)) | ||
* Исправлена ссылка на документацию к тестам ([80fb3cf](https://github.com/CSSSR/e2e-tools/commit/80fb3cf741e4b28f2b14bdbefcdef455ecc04f7e)) | ||
* Исправлено использование Codecept с webdriver на case sensitive файловых системах ([5ab3665](https://github.com/CSSSR/e2e-tools/commit/5ab366522aaa6fc0241e7f908f671edcc41ee253)) | ||
|
||
|
||
### Features | ||
|
||
* Генерация GitHub Workflow для запуска CodeceptJS тестов ([b6278b4](https://github.com/CSSSR/e2e-tools/commit/b6278b42597a6d0dc840ecd814ceb2a1034fea0f)) | ||
* Добавлена возможность запускать Codecept тесты на Selenium серверах ([8786852](https://github.com/CSSSR/e2e-tools/commit/8786852736c5fe3f115d450e41efe9d7d5363d16)) | ||
* Добавлена поддержка запуска тестов на CodeceptJS локально ([559cabb](https://github.com/CSSSR/e2e-tools/commit/559cabbdb243cd728b48b4cbde907da5e18e836a)) | ||
* Настроен запуск тестов из VSCode ([59ce0f0](https://github.com/CSSSR/e2e-tools/commit/59ce0f0ca7c30cb6e60b00aa826dcf1180d7113b)) |
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.0.0", | ||
"version": "1.1.0", | ||
"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.4.2", | ||
"@csssr/e2e-tools": "^1.5.0", | ||
"@types/node": "^14.14.41", | ||
"codeceptjs": "^3.0.7", | ||
"faker": "^5.5.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,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.6](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-14) | ||
|
||
|
||
### Features | ||
|
||
* По дефолту допускаем разницу 0.02% в скриншотах ([ad5aebd](https://github.com/CSSSR/e2e-tools/commit/ad5aebd1d8a9a0290223d50f6ca8cb5a2856f4d5)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.4.5](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-06-02) | ||
|
||
**Note:** Version bump only for package @csssr/nightwatch-image-comparison | ||
|
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.5", | ||
"version": "0.4.6", | ||
"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,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.15.6](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-14) | ||
|
||
|
||
### Features | ||
|
||
* Настроен запуск тестов из VSCode ([59ce0f0](https://github.com/CSSSR/e2e-tools/commit/59ce0f0ca7c30cb6e60b00aa826dcf1180d7113b)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.15.5](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-06-02) | ||
|
||
|
||
|
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.5", | ||
"version": "1.15.6", | ||
"description": "Nightwatch плагин для @csssr/e2e-tools", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,10 +17,10 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@csssr/e2e-tools": "^1.4.2", | ||
"@csssr/e2e-tools": "^1.5.0", | ||
"@csssr/mocha-jenkins-reporter": "^0.6.0", | ||
"@csssr/mocha-testrail-ui": "^0.4.4", | ||
"@csssr/nightwatch-image-comparison": "^0.4.5", | ||
"@csssr/nightwatch-image-comparison": "^0.4.6", | ||
"@csssr/nightwatch-local-file-upload": "^0.3.2", | ||
"@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,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.5.0](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Исправлен запуск конкретного теста в VSCode на Windows ([d682bbc](https://github.com/CSSSR/e2e-tools/commit/d682bbc6d69a6081c8f25afdc31fc0c5da801db4)) | ||
|
||
|
||
### Features | ||
|
||
* Добавлена поддержка запуска тестов на CodeceptJS локально ([559cabb](https://github.com/CSSSR/e2e-tools/commit/559cabbdb243cd728b48b4cbde907da5e18e836a)) | ||
* Добавлены каналы релизов ([3c85ba7](https://github.com/CSSSR/e2e-tools/commit/3c85ba7893253210c465951681c5a311624b8f25)) | ||
* Настроен запуск тестов из VSCode ([59ce0f0](https://github.com/CSSSR/e2e-tools/commit/59ce0f0ca7c30cb6e60b00aa826dcf1180d7113b)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.4.2](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-05-07) | ||
|
||
**Note:** Version bump only for package @csssr/e2e-tools | ||
|
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.4.2", | ||
"version": "1.5.0", | ||
"description": "CLI утилита для быстрого добавления e2e тестов в проект", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
"license": "MIT", | ||
|