Forum
Blog
Forum
Blog
Home
Help
Login
Register
Can't run Gradle 'test' task
TestProject Forum
TestProject Platform
TestProject SDK
Can't run Gradle 'test' task
« previous
next »
Print
Pages: [
1
]
Can't run Gradle 'test' task
2 Replies
215 Views
vuckonem
9
Can't run Gradle 'test' task
«
on:
July 26, 2018, 19:58:44 pm »
Hello,
I have downloaded your example project zip file and imported Addon, Runners and Test folders as individual gradle projects in my eclipse. I added io.testproject.sdk.java.jar to the roots of this projects and added Test and Addon projects to Java Build Path of Runner project. I also added my devToken in the Runner class.
But when I try to run the runner class as a gradle test I get the following exception:
org.gradle.tooling.TestExecutionException: Could not execute tests using Gradle distribution '
https://services.gradle.org/distributions/gradle-4.3-bin.zip
'.
Could you please tell me if you know how to solve this issue?
«
Last Edit: August 07, 2018, 16:54:22 pm by Marat Strelets
»
Logged
Marat Strelets
83
Re: Graddle run issue on test project
«
Reply #1 on:
July 26, 2018, 23:31:10 pm »
Hello vuckonem,
Please pull latest versions of the example from GitHub, since it was updated (groups added the Gradle tasks).
Look for
runTest
,
runAction
and
runElementAction
tasks under
debug
group in your IDE Gradle tasks list for the Runners project. See attached screenshots.
You might also have to install
https://github.com/eclipse/buildship
for them to appear in Eclipse.
Thanks.
«
Last Edit: July 26, 2018, 23:34:11 pm by Marat Strelets
»
Logged
vuckonem
9
Re: Graddle run issue on test project
«
Reply #2 on:
July 30, 2018, 14:48:00 pm »
Hi Marat,
Downloading complete project again did the trick for me.
Thanks for the advice.
Logged
Print
Pages: [
1
]
« previous
next »
Sitemap
1
2
3
4
5
6
7
8