-
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.
- Loading branch information
1 parent
88e18fc
commit c236822
Showing
15 changed files
with
68 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
eve.holt@reqres.in=QpwL5tke4Pnpja7X4 | ||
michael.lawson@reqres.in=QpwL5tke4Pnpja7X7 | ||
lindsay.ferguson@reqres.in=QpwL5tke4Pnpja7X8 |
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,11 +1,25 @@ | ||
*** Settings *** | ||
Documentation Config file | ||
Library OperatingSystem | ||
Library dotenv | ||
|
||
|
||
*** Variables *** | ||
${PROJECT_DIR} ${CURDIR}/../.. | ||
|
||
${BROWSER} chrome | ||
${HEROKU_HOMEPAGE} https://the-internet.herokuapp.com/ | ||
${HEROKU_TABLES_PAGE} https://the-internet.herokuapp.com/tables | ||
|
||
${API_HOST} https://reqres.in/ | ||
${REGISTRATION_ENDPOINT} api/register | ||
${REGISTRATION_ENDPOINT} api/register | ||
|
||
|
||
*** Keywords *** | ||
Load Environment Variables | ||
[Documentation] Load environment variables from a .env file | ||
File Should Exist ${PROJECT_DIR}/credentials.env | ||
... msg=The file 'credentials.env' was not found in the root dir of the project | ||
|
||
Load Dotenv ${PROJECT_DIR}/credentials.env |
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,19 +1,18 @@ | ||
*** Settings *** | ||
Documentation base page | ||
Documentation Base page | ||
Library SeleniumLibrary | ||
Library Collections | ||
Library SeleniumLibrary | ||
Resource resources/config/config.resource | ||
|
||
|
||
*** Keywords *** | ||
Open Browser Webpage | ||
[documentation] keyword to open a page in a specific browser | ||
[arguments] ${page} ${browser} | ||
[Documentation] keyword to open a page in a specific browser | ||
[Arguments] ${page} ${browser} | ||
|
||
Open Browser ${page} ${browser} | ||
Maximize Browser Window | ||
|
||
|
||
Default Teardown | ||
Close All Browsers | ||
Close All Browsers |
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
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,4 +1,4 @@ | ||
${email},${password},${token} | ||
eve.holt@reqres.in,xpto,QpwL5tke4Pnpja7X4 | ||
michael.lawson@reqres.in,xpto,QpwL5tke4Pnpja7X7 | ||
lindsay.ferguson@reqres.in,xpto,QpwL5tke4Pnpja7X8 | ||
${email},${password} | ||
eve.holt@reqres.in,pistol | ||
michael.lawson@reqres.in,xpto | ||
lindsay.ferguson@reqres.in,xpto |
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