Jimmy

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Edited Why Intellij doesn't import the TestNG maven dependency automatically ?
AnsweredHi, I opened a Maven project and import all the maven dependencies. Everything is fine , except for TestNG dependencies. I have this in my POM.xml <dependency> <groupId>org.testng</groupId> ... -
Created Cannot add Gradle Task 'Wrapper' as a task with that name already exists.
AnsweredHi, I just created a brand new Gradle project using Intellij Idea community version. In my build.gradle I just add a task task wrapper(type: Wrapper) { gradleVersion = '3.5'} So my build.gr... -
Created No IDEA Annotations attached to the JDK 1.8, Some Issues Will Not be Found
AnsweredHi, I have installed JDK1.8.0_201 IDEA Community Edition 2018.3.4 Cucumber Plugin I created a new Gradle project. So far so good. Then I rebooted my PC and started IDEA. Then I start to see ... -
Created Does IDEA have Gradle Clean Option ?
AnsweredHi, I used Eclipse with Maven before, where I can have the option Maven Clean , Maven Build , etc when right clicking the project folder. Like this snapshot I am using IDEA with Gradle now and w... -
Created Does Intellij Community Edition support Cucumber for BDD testing?
AnsweredBased on this article (https://www.jetbrains.com/help/idea/cucumber-support.html) , Cucumber for BDD testing is supported in Ultimate edition only. But from the matrix comparison (https://www.jetbr... -
Created Can IntelliJ generate Testng.xml file automatically ?
AnsweredHi, In Eclipse , we have a feature to generate testng.xml file by just right clicking it. Then a wizard will guide us. After clicking next , next , finish, we will get a testng.xml file generated ...