What's the gradlew command to run integration tests for the x-pack watcher module?

I tried running λ ./gradlew x-pack:plugin:watcher:integTest but that doesn't seem to do anything.
I'm new to gradle so I'm not sure if I'm doing something wrong.

Hey,

try ./gradlew x-pack:plugin:watcher:test

--Alex

2 Likes

Thanks, @spinscale! that solved my problem.

I'd also like to add (for anybody who may also have this question) that running ./gradlew :x-pack:plugin:integTestRunner -Dtests.class=org.elasticsearch.xpack.test.rest.XPackRestIT -Dtests.method="test {p0=watcher/*}" is also an option.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.