forked from andreterron/mainframe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some bugs that occurs on windows local dev
- Loading branch information
1 parent
a12aae2
commit 0765567
Showing
6 changed files
with
37 additions
and
37 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
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,46 +1,46 @@ | ||
version: 4.0.55 | ||
version: 4.1.9 | ||
steps: | ||
- prompt: focus chrome | ||
commands: | ||
- command: focus-application | ||
name: Google Chrome | ||
- prompt: >- | ||
click on the eye icon to reveal the api key, copy the key, it starts with | ||
"github_" remember this key. Open new tab add go to | ||
"https://justpaste.it/" and paste the api key there | ||
click on the input field for the username and enter testdriverai and for | ||
password enter aitesting and click on sign up | ||
commands: | ||
- command: focus-application | ||
name: Google Chrome | ||
- command: hover-image | ||
description: eye icon to reveal the API key | ||
- prompt: >- | ||
click on the input field for the username and enter testdriverai and for | ||
password enter aitesting and click on sign up | ||
commands: | ||
- command: hover-text | ||
text: Username | ||
description: username input field | ||
action: click | ||
- command: type | ||
text: testdriverai | ||
- command: hover-text | ||
text: github_ | ||
description: API key text | ||
action: double-click | ||
- command: press-keys | ||
keys: | ||
- command | ||
- c | ||
- command: remember | ||
description: API key | ||
value: github_ | ||
- command: press-keys | ||
keys: | ||
- command | ||
- t | ||
text: Password | ||
description: password input field | ||
action: click | ||
- command: type | ||
text: https://justpaste.it/ | ||
- command: press-keys | ||
keys: | ||
- enter | ||
- command: press-keys | ||
keys: | ||
- command | ||
- v | ||
- prompt: enter the API Key | ||
text: aitesting | ||
- command: hover-text | ||
text: Sign up | ||
description: sign up button | ||
action: click | ||
- prompt: >- | ||
click on the input field for the username and enter testdriverai and for | ||
password enter aitesting and click on sign up | ||
commands: | ||
- command: focus-application | ||
name: Google Chrome | ||
- command: hover-text | ||
text: Username | ||
description: username input field | ||
action: click | ||
- command: type | ||
text: github_ | ||
text: testdriverai | ||
- command: hover-text | ||
text: Password | ||
description: password input field | ||
action: click |