-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.xml
49 lines (45 loc) · 2.27 KB
/
settings.xml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project id="49c698c2-aa20-40cb-b6e6-a85dcb230833" created="2.6.0-SNAPSHOT" activeEnvironment="Default environment" name="SOAP Project 2" resourceRoot="" compositeProjectFormat="1.3" updated="2.6.0-SNAPSHOT" xmlns:con="http://eviware.com/soapui/config">
<con:settings>
<con:setting id="49c698c2-aa20-40cb-b6e6-a85dcb230833fileName">SOAP-Project-2</con:setting>
</con:settings>
<con:vcsConfiguration>
<con:vcsName>Git</con:vcsName>
<con:repositoryIdentifier>https://github.com/IlyaAvdeev/CompositeProjectTest.git</con:repositoryIdentifier>
</con:vcsConfiguration>
<con:savedRecentRuns>1</con:savedRecentRuns>
<con:properties/>
<con:wssContainer/>
<con:databaseConnectionContainer/>
<con:jmsConnectionContainer/>
<con:oAuth2ProfileContainer/>
<con:oAuth1ProfileContainer/>
<con:reporting/>
<con:eventHandlers type="RequestFilter.filterRequest" name="RequestFilter.filterRequest">
<con:script>// Sample event script to add custom HTTP header to all outgoing REST, SOAP and HTTP(S) calls
// This code is often used for adding custom authentication to SoapUI Pro tests
// If hardcoding the token, uncomment and change line 5
// def token = '4567'
// If your token is parameterized in Project level custom property, uncomment line 8
// def token = request.parent.testCase.testSuite.project.getProperty('auth_token').getValue()
// To modify all outgoing calls, remove comments from lines 11 to 16
// def headers = request.requestHeaders
// if (headers.containsKey('auth_token2') == false) {
// headers.put('auth_token2', token)
// request.requestHeaders = headers
// }</con:script>
</con:eventHandlers>
<con:eventHandlers type="TestRunListener.afterStep" name="TestRunListener.afterStep">
<con:script>// Save all test step results into files
// Change the directory path in line 5 to a location where you want to store details
// then uncomment lines 5 to 10
// filePath = 'C:\\tempOutputDirectory\\'
// fos = new FileOutputStream(filePath + testStepResult.testStep.label + '.txt', true)
// pw = new PrintWriter(fos)
// testStepResult.writeTo(pw)
// pw.close()
// fos.close()</con:script>
</con:eventHandlers>
<con:authRepository/>
<con:tags/>
</con:soapui-project>