-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLanguage_en.properties
27 lines (22 loc) · 1.24 KB
/
Language_en.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
ExtName=Sauce Labs
ExtDesc=Executes Javascript/Node or Java tests using Sauce Labs.
ExtMessage=This extension executes selenium tests in the cloud using Sauce Labs. It is recommended that your tests and this job configuration define HOST, PORT and APP_URL as environment properties. In addition, update your deploy job to define an CF_APP_NAME environment property to make the application url available to this job. (e.g. 'export CF_APP_NAME="$CF_APP"')
USER_ID_KEY=Username
USER_ID_DESC=The Sauce Labs username. Tests should use the SAUCE_USERNAME environment variable.
ACCESS_KEY=Access Key
ACCESS_KEY_DESC=The Sauce Labs access key. Tests should use the SAUCE_ACCESS_KEY environment variable.
SELECT_CMD_KEY=Test Execution Command:
SELECT_CMD_DESC=Please select the test command that best fits the project test configuration.
EMPTY_KEY=Select...
NPM_KEY=npm test
GRUNT_KEY=grunt
GRUNT_T_KEY=grunt test
ANT_KEY=ant test
MVN_KEY=mvn test
CUSTOM_KEY=Custom...
COMMAND_KEY=Custom Test Execution Command:
COMMAND_DESC=Enter the command(s) used to execute the tests for the project.
ASSET_KEY=Download Selenium logs and job videos
ASSET_DESC=Choose whether to download Selenium logs and videos from jobs as artifacts.