-
### Hang dump (#4145)
https://github.com/microsoft/testfx/blob/e4c08367b3203ef678645d9ce54816c838709cd7/src/Platform/Microsoft.Testing.Extensions.HangDump/HangDumpProcessLifetimeHandler.cs#L126
http…
-
So far I have managed to get testFx working locally but it doesn't work in CI environment since it's headed (similar issue to #521).
I have been trying to set up [openjfx-monocle](https://mvnrepos…
mongj updated
3 weeks ago
-
I am attempting to use TestFX to test our Ui components but cannot even get through the first step of testing the CommandBox...
If anyone tried can you share an example with me?
How do you get…
-
See https://github.com/microsoft/testfx/issues/4166
-
## Expected Behaviour
Use of clickOn() without causing JavaFX threading issues
## Actual Behaviour
clickOn() can cause bounds recomputation. clickOn() is most commonly used from the test main…
-
In `WaitForAsyncUtils`, a default exception handler for all threads is installed statically:
https://github.com/TestFX/TestFX/blob/c80fa9ca5e7852f8a8ecf71286b1cd5cc07836dc/subprojects/testfx-core/s…
-
_Originally posted by @dotMorten in:_
## Summary
One of my biggest griefs with MSTest is I can't test if my stuff works right in an AoT build.
Try building your project with `dotnet publish -c…
-
anyone tested or is it in your roadmap? https://github.com/TestFX/TestFX
-
## Library
[TestFX](https://github.com/TestFX)
## Purpose
For headless GUI testing
## License
[TestFX license](https://testfx.github.io/TestFX/#license)
[EUPL](https://joinup.ec.europa…
-
error log -
D:\javaFxEclipse\binaries\TestFX-demo-project-master\src\test\java\org\testfx\demo\hello\HelloTest.java:14: error: package org.loadui.testfx.framework.robot.impl does not exist
import or…