Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 14, 2021
1 parent 751e41c commit c9a949b
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 7 deletions.
21 changes: 21 additions & 0 deletions modules/codecept/CHANGELOG.md
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))
4 changes: 2 additions & 2 deletions modules/codecept/package.json
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",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions modules/nightwatch-image-comparison/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/nightwatch-image-comparison/package.json
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]>",
Expand Down
11 changes: 11 additions & 0 deletions modules/nightwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions modules/nightwatch/package.json
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",
Expand All @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions modules/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/tools/package.json
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",
Expand Down

0 comments on commit c9a949b

Please sign in to comment.