-
Hi i have automated a Windows application suing WinAppDriver and it is working absolutely fine. Now i am trying to open WinAppDriver.exe from my java code by using ProcessBuilder class here is the cod…
-
Originally reported on Google Code with ID 5026
```
What steps will reproduce the problem?
1. Install FBTest and run all with "Random Test Selection" option set.
2. Test execution stops on dom/attrib…
-
Using:
```libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test```, running under IntelliJ.
Code (Scala 3.3.0):
```scala
package com.sageserpent.kineticmerge.core
i…
-
Currently, the parameterized test runs do not include wasm32, which can result in a "successful" flake report, with failing wasm32 tests. wasm32 has its own unique setup, but may be able to align the …
-
Cross-post from dotnet/core#134
Cross posting from xunit/xunit#889
I have set up my controller tests for a .net core web api xproj.
I have a TraitAttribute on the class, but it's not showing up in …
-
**Describe the bug**
All PRs fail the 'Build and run some TCKs' step of the GitHub action because Glassfish cannot be run using Java SE 17. Either we need a Glassfish version compatible with Java SE …
-
When trying to run a piece of C++ code similar to:
```
char c;
int f (void) { return c; }
```
I got this error message:
```
./solution.cpp:27:57: error: reference to 'c' is ambiguous
...
/usr…
-
**Describe the bug**
We were seeing intermittent audit test failures a while back. Those seemed to stabalize for a while, but recently we saw another failure for a test that usually passes.
From …
-
I'm trying to run my code and tests both in the browser and in node js, but having problems with unnamed define statements in my tests.
My tests use define before describing the specs, but jasmine nod…
-
```
The object returned by self.testRunner.run() in TestProgram.runTests is
discarded. It would be helpful to retain it for later use; my specific use
case is that NumPy needs to return it to users f…