-
After upgrading my Android project to Gradle 5.1.1, I receive an UnsupportedOperationException in the cpdCheck Task.
Could you please take a look?
```
org.gradle.api.tasks.TaskExecutionExceptio…
-
Hello
I'm using @RunWith(Arquillian.class) and I'd like to @DataProvide my tests there too.
Since there is no way to say @RunWith twice, how can I use @DataProvider in my Arquillian test class ?
Is…
-
Maven version 3.5.4
I have maven project with next pom.xml
```
4.0.0
test
test
1.0-SNAPSHOT
junit
junit
4.12
…
emaks updated
6 years ago
-
The larger test modules are a mess of different tests. Partitioning may make them easier to sort through.
-
I am facing the problem with running huge number of feature files, around 10,000. Some of them contains multiple scenarios (more than 5)and i am getting OutOfMemory error on ~1200 executed feature fil…
-
| Question | Answer
| ------------| ---------------
| Infection version | 0.9.3
| Test Framework version | 6.5.13
| PHP version | 7.0
| Platform | MacOS
| Github Repo | -
…
-
-
**Description**
Assume you have a TestNG DataProvider that returns n parameter sets.
If you have a parameterized test and are running the test / DataProvider *sequential* the test gets executed wi…
-
Here is my setup method:
``` @Before
public void setup() {
activity = Robolectric.buildActivity(Main.class).create().start().visible().get();
}
```
These are my tests: ( on this …
-
Desire having multiple (Android) devices accessible from a single Appium server.
Appium currently picks the top device from adb or a command line override.
From adb.js, line 27:
this.udid = opts.ud…