-
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]
- Loading branch information
1 parent
6bbabf4
commit 43bc024
Showing
6 changed files
with
43 additions
and
5 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,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.1](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Исправлен варнинг о неправильном поле main ([6bbabf4](https://github.com/CSSSR/e2e-tools/commit/6bbabf4cba1f004724c47f94d9cddb2ca62055f4)) | ||
|
||
|
||
### Features | ||
|
||
* Добавлена возможность генерировать GitHub Workflows для переодичных запусков тестов ([588d061](https://github.com/CSSSR/e2e-tools/commit/588d061d5231747f578d35d1b0f0a66c418bd204)) | ||
* Добавлены таймауты для генерируемых GitHub workflow. 30 минут для Codecept тестов, 90 минут для переодических запусков (`periodicRuns`) ([b3dc17b](https://github.com/CSSSR/e2e-tools/commit/b3dc17b94d02d157b7fc51acdd802d659b0744a3)) | ||
|
||
|
||
|
||
|
||
|
||
# 1.1.0 (2021-09-14) | ||
|
||
|
||
|
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.0", | ||
"version": "1.1.1", | ||
"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.5.0", | ||
"@csssr/e2e-tools": "^1.6.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,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.15.7](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-16) | ||
|
||
**Note:** Version bump only for package @csssr/e2e-tools-nightwatch | ||
|
||
|
||
|
||
|
||
|
||
## [1.15.6](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-14) | ||
|
||
|
||
|
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.6", | ||
"version": "1.15.7", | ||
"description": "Nightwatch плагин для @csssr/e2e-tools", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,7 +17,7 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@csssr/e2e-tools": "^1.5.0", | ||
"@csssr/e2e-tools": "^1.6.0", | ||
"@csssr/mocha-jenkins-reporter": "^0.6.0", | ||
"@csssr/mocha-testrail-ui": "^0.4.4", | ||
"@csssr/nightwatch-image-comparison": "^0.4.6", | ||
|
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,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.6.0](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-16) | ||
|
||
|
||
### Features | ||
|
||
* Добавлена возможность генерировать GitHub Workflows для переодичных запусков тестов ([588d061](https://github.com/CSSSR/e2e-tools/commit/588d061d5231747f578d35d1b0f0a66c418bd204)) | ||
* Добавлены таймауты для генерируемых GitHub workflow. 30 минут для Codecept тестов, 90 минут для переодических запусков (`periodicRuns`) ([b3dc17b](https://github.com/CSSSR/e2e-tools/commit/b3dc17b94d02d157b7fc51acdd802d659b0744a3)) | ||
* Используем node@14 и кэширование зависимостей при еженедельном обновлении e2e-tools ([9c82b2b](https://github.com/CSSSR/e2e-tools/commit/9c82b2bc88591d9dfd7734682a3cff7e6bc43417)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.5.0](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-09-14) | ||
|
||
|
||
|
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.5.0", | ||
"version": "1.6.0", | ||
"description": "CLI утилита для быстрого добавления e2e тестов в проект", | ||
"author": "Maxim Samoilov <[email protected]>", | ||
"license": "MIT", | ||
|