Skip to content

Commit cf6fdbb

Browse files
committed
Updating docs for 1.15
1 parent a3153b7 commit cf6fdbb

35 files changed

Lines changed: 60 additions & 60 deletions

guide/REST/CRUD-separated/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
}, {
175175
"fit" : true,
176176
"imageSrc" : "/webtau/guide/doc-artifacts/reports/report-crud-separated-http-calls.png",
177-
"timestamp" : 1573945455452,
177+
"timestamp" : 1573946627845,
178178
"shapes" : [ ],
179179
"width" : 2400.0,
180180
"height" : 1594.0,

guide/REST/CRUD/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
}, {
188188
"fit" : true,
189189
"imageSrc" : "/webtau/guide/doc-artifacts/reports/report-crud-http-calls.png",
190-
"timestamp" : 1573945455405,
190+
"timestamp" : 1573946627786,
191191
"shapes" : [ ],
192192
"width" : 2400.0,
193193
"height" : 1594.0,

guide/REST/complex-types/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
"lastName" : "LN1",
9797
"_links" : {
9898
"self" : {
99-
"href" : "http://localhost:54584/customers/1"
99+
"href" : "http://localhost:56430/customers/1"
100100
},
101101
"customer" : {
102-
"href" : "http://localhost:54584/customers/1"
102+
"href" : "http://localhost:56430/customers/1"
103103
}
104104
}
105105
}, {
@@ -108,10 +108,10 @@
108108
"lastName" : "LN2",
109109
"_links" : {
110110
"self" : {
111-
"href" : "http://localhost:54584/customers/2"
111+
"href" : "http://localhost:56430/customers/2"
112112
},
113113
"customer" : {
114-
"href" : "http://localhost:54584/customers/2"
114+
"href" : "http://localhost:56430/customers/2"
115115
}
116116
}
117117
}, {
@@ -120,17 +120,17 @@
120120
"lastName" : "LN3",
121121
"_links" : {
122122
"self" : {
123-
"href" : "http://localhost:54584/customers/3"
123+
"href" : "http://localhost:56430/customers/3"
124124
},
125125
"customer" : {
126-
"href" : "http://localhost:54584/customers/3"
126+
"href" : "http://localhost:56430/customers/3"
127127
}
128128
}
129129
} ]
130130
},
131131
"_links" : {
132132
"self" : {
133-
"href" : "http://localhost:54584/customers/search/findAllByOrderByLastName"
133+
"href" : "http://localhost:56430/customers/search/findAllByOrderByLastName"
134134
}
135135
}
136136
},

guide/REST/documentation/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<article>
4747
<header><h1>Test Artifacts</h1></header>
48-
<p>A number of artifacts will be created depending on the exact call being captured.Request bodies are captured in either request.json , request.pdf or request.data depending on the type.Similarly, response bodies are captured in either response.json , response.pdf or response.data .Just like payloads, request and response headers are captured in request.header.txt and response.header.txt respectively. These files contain a header per line with the name and values colon separated. The values are redacted for any potentially sensitive headers.Any assertions you perform on the response body in your scenarios are captured in a paths.json file. This contains an array with the list of paths within the body whose values were asserted.The actual request URL is captured in two forms into two different files: request.fullurl.txt - contains the full URL request.url.txt - contains only the part specified in the http call in the scenario /params?a=1&amp;b=text http://192.168.1.5:54379/params?a=1&amp;b=text</p>
48+
<p>A number of artifacts will be created depending on the exact call being captured.Request bodies are captured in either request.json , request.pdf or request.data depending on the type.Similarly, response bodies are captured in either response.json , response.pdf or response.data .Just like payloads, request and response headers are captured in request.header.txt and response.header.txt respectively. These files contain a header per line with the name and values colon separated. The values are redacted for any potentially sensitive headers.Any assertions you perform on the response body in your scenarios are captured in a paths.json file. This contains an array with the list of paths within the body whose values were asserted.The actual request URL is captured in two forms into two different files: request.fullurl.txt - contains the full URL request.url.txt - contains only the part specified in the http call in the scenario /params?a=1&amp;b=text http://192.168.1.5:56414/params?a=1&amp;b=text</p>
4949
</article>
5050

5151
<article>
@@ -365,7 +365,7 @@
365365
"type" : "Snippet"
366366
}, {
367367
"lang" : "txt",
368-
"snippet" : "http://192.168.1.5:54379/params?a=1&b=text",
368+
"snippet" : "http://192.168.1.5:56414/params?a=1&b=text",
369369
"title" : "request.fullurl.txt",
370370
"type" : "Snippet"
371371
} ]

guide/REST/getting-started/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"text" : "Download and unzip ",
6262
"type" : "SimpleText"
6363
}, {
64-
"url" : "https://repo.maven.apache.org/maven2/com/twosigma/webtau/webtau-dist/1.16-SNAPSHOT/webtau-dist-1.16-SNAPSHOT-webtau.zip",
64+
"url" : "https://repo.maven.apache.org/maven2/com/twosigma/webtau/webtau-dist/1.15/webtau-dist-1.15-webtau.zip",
6565
"isFile" : false,
6666
"type" : "Link",
6767
"content" : [ {
@@ -192,15 +192,15 @@
192192
"name" : "Groovy",
193193
"content" : [ {
194194
"lang" : "xml",
195-
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau-groovy</artifactId>\n <version>1.16-SNAPSHOT</version>\n</dependency>",
195+
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau-groovy</artifactId>\n <version>1.15</version>\n</dependency>",
196196
"title" : "Maven Dependency",
197197
"type" : "Snippet"
198198
} ]
199199
}, {
200200
"name" : "Java",
201201
"content" : [ {
202202
"lang" : "xml",
203-
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau</artifactId>\n <version>1.16-SNAPSHOT</version>\n</dependency>",
203+
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau</artifactId>\n <version>1.15</version>\n</dependency>",
204204
"title" : "Maven Dependency",
205205
"type" : "Snippet"
206206
} ]

guide/REST/maven/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
</div><section style="max-width: 640px; margin-left: auto; margin-right: auto;">
3131
<article>
3232
<header><h1>Dependency</h1></header>
33-
<p>You can use maven to add webtau as a dependency to you project (for autocompletion or to use with JUnit like runners). Groovy &lt;dependency&gt; &lt;groupId&gt;com.twosigma.webtau&lt;/groupId&gt; &lt;artifactId&gt;webtau-groovy&lt;/artifactId&gt; &lt;version&gt;1.16-SNAPSHOT&lt;/version&gt; &lt;/dependency&gt; Java &lt;dependency&gt; &lt;groupId&gt;com.twosigma.webtau&lt;/groupId&gt; &lt;artifactId&gt;webtau&lt;/artifactId&gt; &lt;version&gt;1.16-SNAPSHOT&lt;/version&gt; &lt;/dependency&gt;</p>
33+
<p>You can use maven to add webtau as a dependency to you project (for autocompletion or to use with JUnit like runners). Groovy &lt;dependency&gt; &lt;groupId&gt;com.twosigma.webtau&lt;/groupId&gt; &lt;artifactId&gt;webtau-groovy&lt;/artifactId&gt; &lt;version&gt;1.15&lt;/version&gt; &lt;/dependency&gt; Java &lt;dependency&gt; &lt;groupId&gt;com.twosigma.webtau&lt;/groupId&gt; &lt;artifactId&gt;webtau&lt;/artifactId&gt; &lt;version&gt;1.15&lt;/version&gt; &lt;/dependency&gt;</p>
3434
</article>
3535

3636
<article>
3737
<header><h1>Plugin</h1></header>
38-
<p>Use maven plugin to run pure groovy tests as part of your build. &lt;plugin&gt; &lt;groupId&gt;com.twosigma.webtau&lt;/groupId&gt; &lt;artifactId&gt;webtau-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.16-SNAPSHOT&lt;/version&gt; &lt;executions&gt; &lt;execution&gt; &lt;phase&gt;test&lt;/phase&gt; &lt;goals&gt; &lt;goal&gt;run&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;configuration&gt; &lt;workingDir&gt;${project.basedir}/src/main/groovy&lt;/workingDir&gt; &lt;env&gt;integration&lt;/env&gt; &lt;url&gt;http://optional-base-url&lt;/url&gt; &lt;tests&gt; &lt;directory&gt;${project.basedir}/src/main/groovy&lt;/directory&gt; &lt;includes&gt; &lt;include&gt;scenarios/simple*.groovy&lt;/include&gt; &lt;/includes&gt; &lt;/tests&gt; &lt;/configuration&gt; &lt;/plugin&gt; Use env to specify configuration/environments environment to use. Alternatively you can use url to override base url.</p>
38+
<p>Use maven plugin to run pure groovy tests as part of your build. &lt;plugin&gt; &lt;groupId&gt;com.twosigma.webtau&lt;/groupId&gt; &lt;artifactId&gt;webtau-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.15&lt;/version&gt; &lt;executions&gt; &lt;execution&gt; &lt;phase&gt;test&lt;/phase&gt; &lt;goals&gt; &lt;goal&gt;run&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;configuration&gt; &lt;workingDir&gt;${project.basedir}/src/main/groovy&lt;/workingDir&gt; &lt;env&gt;integration&lt;/env&gt; &lt;url&gt;http://optional-base-url&lt;/url&gt; &lt;tests&gt; &lt;directory&gt;${project.basedir}/src/main/groovy&lt;/directory&gt; &lt;includes&gt; &lt;include&gt;scenarios/simple*.groovy&lt;/include&gt; &lt;/includes&gt; &lt;/tests&gt; &lt;/configuration&gt; &lt;/plugin&gt; Use env to specify configuration/environments environment to use. Alternatively you can use url to override base url.</p>
3939
</article>
4040
</section>
4141
</div>
@@ -75,14 +75,14 @@
7575
"name" : "Groovy",
7676
"content" : [ {
7777
"lang" : "xml",
78-
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau-groovy</artifactId>\n <version>1.16-SNAPSHOT</version>\n</dependency>",
78+
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau-groovy</artifactId>\n <version>1.15</version>\n</dependency>",
7979
"type" : "Snippet"
8080
} ]
8181
}, {
8282
"name" : "Java",
8383
"content" : [ {
8484
"lang" : "xml",
85-
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau</artifactId>\n <version>1.16-SNAPSHOT</version>\n</dependency>",
85+
"snippet" : "<dependency>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau</artifactId>\n <version>1.15</version>\n</dependency>",
8686
"type" : "Snippet"
8787
} ]
8888
} ],
@@ -100,7 +100,7 @@
100100
} ]
101101
}, {
102102
"lang" : "xml",
103-
"snippet" : "<plugin>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau-maven-plugin</artifactId>\n <version>1.16-SNAPSHOT</version>\n <executions>\n <execution>\n <phase>test</phase>\n <goals>\n <goal>run</goal>\n </goals>\n </execution>\n </executions>\n <configuration>\n <workingDir>${project.basedir}/src/main/groovy</workingDir>\n <env>integration</env>\n <url>http://optional-base-url</url>\n <tests>\n <directory>${project.basedir}/src/main/groovy</directory>\n <includes>\n <include>scenarios/simple*.groovy</include>\n </includes>\n </tests>\n </configuration>\n</plugin>",
103+
"snippet" : "<plugin>\n <groupId>com.twosigma.webtau</groupId>\n <artifactId>webtau-maven-plugin</artifactId>\n <version>1.15</version>\n <executions>\n <execution>\n <phase>test</phase>\n <goals>\n <goal>run</goal>\n </goals>\n </execution>\n </executions>\n <configuration>\n <workingDir>${project.basedir}/src/main/groovy</workingDir>\n <env>integration</env>\n <url>http://optional-base-url</url>\n <tests>\n <directory>${project.basedir}/src/main/groovy</directory>\n <includes>\n <include>scenarios/simple*.groovy</include>\n </includes>\n </tests>\n </configuration>\n</plugin>",
104104
"type" : "Snippet"
105105
}, {
106106
"type" : "Paragraph",

guide/REST/openAPI-spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
}, {
201201
"fit" : true,
202202
"imageSrc" : "/webtau/guide/img/rest-crud-openapi-spec-validation-error.png",
203-
"timestamp" : 1573945457000,
203+
"timestamp" : 1573946629508,
204204
"shapes" : [ ],
205205
"width" : 2242.0,
206206
"height" : 620.0,

guide/REST/report/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
}, {
112112
"fit" : true,
113113
"imageSrc" : "/webtau/guide/doc-artifacts/reports/report-summary.png",
114-
"timestamp" : 1573945457029,
114+
"timestamp" : 1573946629539,
115115
"shapes" : [ ],
116116
"width" : 2400.0,
117117
"height" : 1594.0,
@@ -130,7 +130,7 @@
130130
}, {
131131
"fit" : true,
132132
"imageSrc" : "/webtau/guide/doc-artifacts/reports/report-test-summary.png",
133-
"timestamp" : 1573945457062,
133+
"timestamp" : 1573946629574,
134134
"shapes" : [ ],
135135
"width" : 2400.0,
136136
"height" : 1594.0,

0 commit comments

Comments
 (0)