Skip to content

Commit acc5036

Browse files
doc: GitHub upload action (#1440)
1 parent 452fcfd commit acc5036

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

webtau-docs/pre-filter/installation-groovy-runner.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ sdk install webtau
1212

1313
Alternatively, download and unzip [WebTau](https://repo.maven.apache.org/maven2/org/testingisdocumenting/webtau/webtau-dist/${project.version}/webtau-dist-${project.version}-webtau.zip).
1414
Add it to your `PATH`.
15+
16+
Note: WebTau installed manually requires Java 8+ to be present in `PATH`
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Autocompletion Dependency
2+
3+
If you use standalone runner outside of Maven/Gradle, your IDE won't know about packages and classes to make auto-completion work.
4+
5+
To mitigate that, manually register `webtau-all.jar` as a global library. Jar is located in the `lib` directory next to the `webtau` executable.
6+
7+
# Intellij IDEA
8+
9+
Follow [documentation](https://www.jetbrains.com/help/idea/libraries-and-global-libraries.html) to register `webtau-all.jar` as a global library.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Doc: [IDE Setup](groovy-standalone-runner/IDE-setup) for auto-completion

webtau-docs/znai/toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ groovy-standalone-runner
102102
test-metadata
103103
test-listeners
104104
test-execution
105+
IDE-setup
105106
configuration
106107
groovy-config-file
107108
options

0 commit comments

Comments
 (0)