Skip to content

Commit aaaff08

Browse files
committed
Publish
- @csssr/e2e-tools-codecept@1.1.8 - @csssr/e2e-tools-nightwatch@1.15.16 - @csssr/e2e-tools@1.6.8
1 parent 32e09bf commit aaaff08

6 files changed

Lines changed: 57 additions & 5 deletions

File tree

modules/codecept/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.8](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.6...@csssr/e2e-tools-codecept@1.1.8) (2022-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Add read permission for actions in codecept manual GitHub Action ([f79e0de](https://github.com/CSSSR/e2e-tools/commit/f79e0de38f1ee04a9b6bf86f81ff0a0b1de46d4e))
12+
* Исправлена работа с зависимостями и каналами canary и alpha ([cc210b5](https://github.com/CSSSR/e2e-tools/commit/cc210b50b25964123c366b5cd49f17203e6393af))
13+
14+
15+
### Features
16+
17+
* В генерируемые GitHub Actions добавлены настройки для запуска тестов из Allure TestOps ([31b000e](https://github.com/CSSSR/e2e-tools/commit/31b000e8b3d8ace1c3fb3cd6ab331ed339a4e4b5))
18+
* Селективный запуск тестов в codecept через Test Plan из Allure TestOps ([759c316](https://github.com/CSSSR/e2e-tools/commit/759c316c7926e9c48ef8d07886490e89c9d568b9))
19+
20+
21+
22+
23+
624
## [1.1.6](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.5...@csssr/e2e-tools-codecept@1.1.6) (2022-01-28)
725

826

modules/codecept/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools-codecept",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Codecept плагин для @csssr/e2e-tools",
55
"author": "Pavel Liaukovich <pl@xlinur.com>",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@codeceptjs/ui": "^0.4.6",
21-
"@csssr/e2e-tools": "1.6.7",
21+
"@csssr/e2e-tools": "^1.6.8",
2222
"@types/node": "^14.14.41",
2323
"codeceptjs": "^3.3.0",
2424
"codeceptjs-chai": "2.3.2",

modules/nightwatch/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.15.16](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.14...@csssr/e2e-tools-nightwatch@1.15.16) (2022-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Исправлена работа с зависимостями и каналами canary и alpha ([cc210b5](https://github.com/CSSSR/e2e-tools/commit/cc210b50b25964123c366b5cd49f17203e6393af))
12+
13+
14+
### Features
15+
16+
* В генерируемые GitHub Actions добавлены настройки для запуска тестов из Allure TestOps ([31b000e](https://github.com/CSSSR/e2e-tools/commit/31b000e8b3d8ace1c3fb3cd6ab331ed339a4e4b5))
17+
18+
19+
20+
21+
622
## [1.15.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.13...@csssr/e2e-tools-nightwatch@1.15.14) (2022-01-28)
723

824

modules/nightwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools-nightwatch",
3-
"version": "1.15.15",
3+
"version": "1.15.16",
44
"description": "Nightwatch плагин для @csssr/e2e-tools",
55
"author": "Maxim Samoilov <nitive@icloud.com>",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@csssr/e2e-tools": "1.6.7",
20+
"@csssr/e2e-tools": "^1.6.8",
2121
"@csssr/mocha-jenkins-reporter": "0.6.2",
2222
"@csssr/mocha-testrail-ui": "0.4.6",
2323
"@csssr/nightwatch-image-comparison": "0.4.9",

modules/tools/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.8](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.6...@csssr/e2e-tools@1.6.8) (2022-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Изменёна опция в вызове yarn upgrade с tilde на exact ([22fe570](https://github.com/CSSSR/e2e-tools/commit/22fe57002c589dbd5c605cc3722c2c2e6bae2cd2))
12+
* Исправлена работа с зависимостями и каналами canary и alpha ([cc210b5](https://github.com/CSSSR/e2e-tools/commit/cc210b50b25964123c366b5cd49f17203e6393af))
13+
14+
15+
### Features
16+
17+
* В генерируемые GitHub Actions добавлены настройки для запуска тестов из Allure TestOps ([31b000e](https://github.com/CSSSR/e2e-tools/commit/31b000e8b3d8ace1c3fb3cd6ab331ed339a4e4b5))
18+
* Селективный запуск тестов в codecept через Test Plan из Allure TestOps ([759c316](https://github.com/CSSSR/e2e-tools/commit/759c316c7926e9c48ef8d07886490e89c9d568b9))
19+
20+
21+
22+
23+
624
## [1.6.6](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.4...@csssr/e2e-tools@1.6.6) (2022-01-28)
725

826
### Bug Fixes

modules/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
55
"author": "Maxim Samoilov <nitive@icloud.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)