Dan Taylor

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Dan Taylor created a post, How to execute tests outside the ".idea" directory
I am doing a bit of BDD with cucumber, scala and IntelliJ. All seems to work OK (other than issues with Apache Spark, detailed in a different thread) BUT...There's a problem when cucumber looks fo... -
Dan Taylor created a post, How can I build scala to the same place with IntelliJ and sbt?
I am doing a bit of BDD with cucumber, scala and IntelliJ. All seems to work OK (other than issues with Apache Spark, detailed in a different thread) BUT...I have to specify a path to my features ... -
-
Dan Taylor created a post, Running Scala tests in IntelliJ throws "class not found" errors - works with "sbt test"
I am trying to use IntelliJ as an IDE for developing Scala apps to run under Apache Spark. I set up a new SBT-based Scala project in the latest version of IntelliJ with two simple tests.When I run...