https://github.com/testfx/testfx-playground
Sample projects for TestFX.
https://github.com/testfx/testfx-playground
Last synced: 5 months ago
JSON representation
Sample projects for TestFX.
- Host: GitHub
- URL: https://github.com/testfx/testfx-playground
- Owner: TestFX
- Created: 2014-08-06T07:41:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T06:20:56.000Z (about 10 years ago)
- Last Synced: 2025-05-13T14:31:21.132Z (about 1 year ago)
- Homepage:
- Size: 108 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TestFX-Playground
This repository contains sample projects for [TestFX](https://github.com/TestFX/TestFX).
### Structure
- `samples/basics`: Getting started with a desktop pane, login and counter application.
- `samples/issues`: SSCCE examples for issues from GitHub and the TestFX mailing list.
### Contribute
The playground uses the Gradle build system. You can contribute new samples doing the following:
- Include your sample as project in `settings.gradle`, e.g. `include "samples/my-samples"`.
- Run the Gradle task `initSourceDirs` to initialize the main and test source sets.
- Add a build file with your library dependencies for your sample, e.g. `samples/my-samples/my-samples.gradle`.