mirror of
https://github.com/appium/appium.git
synced 2026-01-17 15:49:48 -06:00
Update python sample code (#12681)
This commit is contained in:
@@ -9,7 +9,7 @@ const SAUCE_ACCESS_KEY = process.env.SAUCE_ACCESS_KEY;
|
||||
const sauceCaps = SAUCE_TESTING
|
||||
? {
|
||||
name: undefined, // will be added in tests
|
||||
build: `JavaScript (wd) Sample Code ${new Date()}`,
|
||||
build: `JavaScript (wd) Sample Code ${process.env.TRAVIS_BUILD_ID ? process.env.TRAVIS_BUILD_ID : new Date()}`,
|
||||
tags: ['e2e', 'appium', 'sample-code'],
|
||||
}
|
||||
: {};
|
||||
|
||||
Reference in New Issue
Block a user