mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-01 11:09:13 +01:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
|
*** Settings ***
|
||
|
Documentation A resource file for authentication tests.
|
||
|
...
|
||
|
Library SeleniumLibrary
|
||
|
Resource ../../common.resource
|
||
|
|
||
|
*** Variables ***
|
||
|
${VALID USER} testing@2fauth.app
|
||
|
${VALID PASSWORD} password
|