continuous-testing Questions

3

Solved

Has anyone ever come across the Here Be Dragons warning in Mighty Moose / ContinuousTests? This was placed beside a private method, probably because it's private and thus not easily testable - y...
Doi asked 3/1, 2013 at 12:34

4

I'm looking for an IntelliJ IDEA plugin that would run my tests each time I change my code. I looked for such a solution and I found: Infinitest, which works, but is inconvenient because I need t...
Ingot asked 27/11, 2014 at 14:16

1

I'd like to know if it is possible to do continuous testing on Android Studio. I've found the Infinitest tool for Eclipse/IntelliJ but couldn't find any tools for Android Studio. Since Android Stud...
Teriteria asked 24/7, 2014 at 20:36

4

Solved

I'm looking for a plugin that would run in a console continuously to scan a Maven project's test sources directory, and when it detects a change kicks off a test cycle. Something analogous to mvn s...
Bricker asked 5/7, 2012 at 15:30

4

I'm a big fan of continuous testing products like Infinitest. Lately I've been doing more JavaScript development, and was looking for something similar for Visua Studio that will run my Jasmi...
Absquatulate asked 30/9, 2013 at 23:21

3

Solved

The question pretty much tells it all. Continoustests comes as a windows installer (http://continuoustests.com/download.html), so the trick described here doesn't work.

1

Solved

I'm struggling to set up NCrunch to run my nspec tests automatically. On the ncrunch forums it says this functionality has not been implemented yet, but then MattFlo says he prefers using NCrunch, ...
Zephyrus asked 20/6, 2012 at 10:42

3

Solved

Eclipse support incremental compiling. If I save a source file then it will compile the modified files. Is it possible after such incremental compile also to run the JUnit tests of the same packag...
Conspire asked 30/1, 2011 at 9:1
1

© 2022 - 2024 — McMap. All rights reserved.