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 ca0942a commit 338ecf1Copy full SHA for 338ecf1
README.md
@@ -7,7 +7,7 @@ Web Test Automation [User Guide](https://opensource.twosigma.com/webtau/guide/)
7
```groovy
8
scenario("simple get") {
9
http.get("/weather") {
10
- temperature.should == 88
+ temperature.shouldBe < 100
11
}
12
13
```
@@ -28,4 +28,4 @@ information will be displayed in a special box
28
29
## Precise Reporting
30
31
-
+
0 commit comments