We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1653ee commit 2bb925eCopy full SHA for 2bb925e
eform-client/e2e/dbData.vsts.ts
@@ -0,0 +1,19 @@
1
+export default {
2
+ username: 'admin',
3
+ password: 'Qq1234567$',
4
+ email: '[email protected]',
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