forked from ukwa/docker-robot-framework
-
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.
ukwa#19 add tests to cover new api parameters
- Loading branch information
Showing
3 changed files
with
152 additions
and
56 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
*** Settings *** | ||
Documentation A resource file with reusable keywords and variables. | ||
Library RequestsLibrary | ||
Library Collections | ||
Library String | ||
|
||
|
||
|
||
*** Variables *** | ||
#reading room only/restricted access | ||
${RRO_URL} %{TEST_RRO_URL=http://bbc.co.uk} | ||
${TEST_URL} %{TEST_URL=http://portico.bl.uk} | ||
${TEST_TIMESTAMP} %{TEST_TIMESTAMP=19950418155600} | ||
${TEST_FULL_TIMESTAMP} %{TEST_FULL_TIMESTAMP=1995-04-18T15:56:00Z} | ||
${TEST_APPROX_TIMESTAMP} %{TEST_TIMESTAMP=19950101000000} | ||
${TEST_VALID_COLLECTIONID} %{TEST_VALID_COLLECTIONID=4388} | ||
${TEST_INVALID_COLLECTIONID} %{TEST_INVALID_COLLECTIONID=999999} | ||
|
||
|
||
|
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
Oops, something went wrong.