-
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.
Merge pull request #27 from gemini-testing/rebranding
chore: hermione -> testplane
- Loading branch information
Showing
8 changed files
with
84 additions
and
83 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-safari-commands" | ||
The following authors have created the source code of "@testplane/safari-commands" | ||
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
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
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,7 +1,7 @@ | ||
{ | ||
"name": "hermione-safari-commands", | ||
"version": "2.1.0", | ||
"description": "Plugin for hermione to add/wrap browser commands for iOS safari", | ||
"name": "@testplane/safari-commands", | ||
"version": "0.0.1", | ||
"description": "Plugin for Testplane to add/wrap browser commands for iOS safari", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"lint": "eslint .", | ||
|
@@ -14,9 +14,10 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gemini-testing/hermione-safari-commands.git" | ||
"url": "git+https://github.com/gemini-testing/testplane-safari-commands.git" | ||
}, | ||
"keywords": [ | ||
"testplane", | ||
"hermione", | ||
"plugin", | ||
"safari", | ||
|
@@ -25,9 +26,9 @@ | |
"author": "Dmitriy Dudkevich <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gemini-testing/hermione-safari-commands/issues" | ||
"url": "https://github.com/gemini-testing/testplane-safari-commands/issues" | ||
}, | ||
"homepage": "https://github.com/gemini-testing/hermione-safari-commands#readme", | ||
"homepage": "https://github.com/gemini-testing/testplant-safari-commands#readme", | ||
"dependencies": { | ||
"gemini-configparser": "^1.3.0", | ||
"lodash": "^4.17.15", | ||
|
Oops, something went wrong.