Skip to content

Commit 2bb925e

Browse files
committed
Adding new file to support the new VSTS e2e testing.
1 parent c1653ee commit 2bb925e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

eform-client/e2e/dbData.vsts.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export default {
2+
username: 'admin',
3+
password: 'Qq1234567$',
4+
5+
firstName: 'John',
6+
lastNAme: 'Smith',
7+
dataSourceSDK: 'dataSourceSDKValue',
8+
initialCatalogueSDK: 'eformsdk-test',
9+
authenticationTypeSDK: 'User ID=USER_NAME;Password=PASSWORD_VSTS',
10+
token: 'abc1234567890abc1234567890abcdef',
11+
dataSourceMain: 'dataSourceSDKValue',
12+
initialCatalogueMain: 'eFormMain',
13+
authenticationTypeMain: 'User ID=USER_NAME;Password=PASSWORD_VSTS',
14+
languageOptions: {
15+
english: 'English',
16+
danish: 'Danish'
17+
}
18+
};
19+

0 commit comments

Comments
 (0)