-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from gemini-testing/rebranding
chore: hermione -> testplane
- Loading branch information
Showing
13 changed files
with
139 additions
and
138 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
The following authors have created the source code of "hermione-test-repeater" | ||
The following authors have created the source code of "@testplane/test-repeater" | ||
published and distributed by YANDEX LLC as the owner: | ||
|
||
Dmitriy Dudkevich <[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
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,9 +1,9 @@ | ||
# hermione-test-repeater | ||
# @testplane/test-repeater | ||
|
||
The plugin for [hermione](https://github.com/gemini-testing/hermione). | ||
The plugin for [Testplane](https://github.com/gemini-testing/testplane). | ||
|
||
Use the `hermione-test-repeater` plugin to run the same test (or group of tests) the required number of times. | ||
Use the `@testplane/test-repeater` plugin to run the same test (or group of tests) the required number of times. | ||
|
||
See full documentation in various languages here: | ||
* [English](./docs/en/hermione-test-repeater.md) | ||
* [Русский](./docs/ru/hermione-test-repeater.md) | ||
* [English](./docs/en/testplane-test-repeater.md) | ||
* [Русский](./docs/ru/testplane-test-repeater.md) |
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
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
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
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
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
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,5 +1,5 @@ | ||
'use strict'; | ||
|
||
exports.logger = { | ||
info: (msg) => console.info(`[hermione-test-repeater]: ${msg}`) | ||
info: (msg) => console.info(`[@testplane/test-repeater]: ${msg}`) | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "hermione-test-repeater", | ||
"version": "1.0.0", | ||
"name": "@testplane/test-repeater", | ||
"version": "0.0.1", | ||
"description": "Plugin for repeat tests the specified number of times", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
|
@@ -14,19 +14,20 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gemini-testing/hermione-test-repeater.git" | ||
"url": "git+https://github.com/gemini-testing/testplane-test-repeater.git" | ||
}, | ||
"keywords": [ | ||
"testplane", | ||
"hermione", | ||
"plugin", | ||
"repeater" | ||
], | ||
"author": "Dmitriy Dudkevich <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gemini-testing/hermione-test-repeater/issues" | ||
"url": "https://github.com/gemini-testing/testplane-test-repeater/issues" | ||
}, | ||
"homepage": "https://github.com/gemini-testing/hermione-test-repeater#readme", | ||
"homepage": "https://github.com/gemini-testing/testplane-test-repeater#readme", | ||
"dependencies": { | ||
"gemini-configparser": "^1.0.0", | ||
"lodash": "^4.17.21" | ||
|
Oops, something went wrong.