You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-2Lines changed: 44 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,51 @@ Test your application across multiple layers and use unique features:
28
28
29
29
There are many modules, but you can use any module you need independently, or use all the modules at once with convenient single imports.
30
30
31
-
Unique console output keeps you informed at all times:
31
+
# Unique Console Output
32
+
33
+
WebTau console output keeps you informed at all times:
32
34
33
35

34
36
35
-
**Note**: Tests can be written and [executed as scripts](https://testingisdocumenting.org/webtau/groovy-standalone-runner/introduction) via command line or using [JUnit integration](https://testingisdocumenting.org/webtau/junit5/getting-started) and build systems.
[Personas concept](https://testingisdocumenting.org/webtau/persona/introduction) lets you simplify Authorization Testing scenarios:
68
+
69
+

70
+
71
+

72
+
73
+
# Java, Kotlin, Groovy Scripts
74
+
75
+
Tests can be written and [executed as scripts](https://testingisdocumenting.org/webtau/groovy-standalone-runner/introduction) via command line or using [JUnit integration](https://testingisdocumenting.org/webtau/junit5/getting-started) and build systems.
36
76
37
77
*browser testing example using scripting*
38
78
```groovy
@@ -55,6 +95,8 @@ public class WebSearchJavaTest {
55
95
}
56
96
```
57
97
98
+
# Rich Reporting
99
+
58
100
Leverage out of the box rich reporting to speed up investigation and persist testing evidences:
0 commit comments