mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 17:19:02 +00:00
ci: add test user seed variable for e2e
This commit is contained in:
parent
e58ae2c213
commit
fdb72e6fde
@ -167,7 +167,8 @@ pipeline {
|
|||||||
credentialsId: 'test-rail-api-devops',
|
credentialsId: 'test-rail-api-devops',
|
||||||
usernameVariable: 'TESTRAIL_USR',
|
usernameVariable: 'TESTRAIL_USR',
|
||||||
passwordVariable: 'TESTRAIL_PSW'
|
passwordVariable: 'TESTRAIL_PSW'
|
||||||
)
|
),
|
||||||
|
string(credentialsId: 'wallet-test-user-seed', variable: 'WALLET_TEST_USER_SEED')
|
||||||
]) {
|
]) {
|
||||||
/* Keep the --reruns flag first, or it won't work */
|
/* Keep the --reruns flag first, or it won't work */
|
||||||
sh """
|
sh """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user