Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude UI/Swing tests from regular test runs #16

Open
2 of 4 tasks
ottlinger opened this issue Dec 7, 2015 · 2 comments
Open
2 of 4 tasks

Exclude UI/Swing tests from regular test runs #16

ottlinger opened this issue Dec 7, 2015 · 2 comments

Comments

@ottlinger
Copy link
Owner

  • Provide a separate uitest-profile
  • Enable in local builds, rename tests to comply with pattern UITest.java
  • Disable in remote builds and travis
  • Provide a shell snippet to run those tests more easily/locally
@ottlinger
Copy link
Owner Author

https://github.com/junit-team/junit/wiki/Categories
Try this as it seems to integrate well with mvn.

@ottlinger ottlinger self-assigned this Feb 12, 2016
ottlinger added a commit that referenced this issue Feb 13, 2016
* Normal runs exclude Junitcategory UITest.
* Profile uitest does not yet include them :-(
@ottlinger
Copy link
Owner Author

New findings at
https://maven.apache.org/surefire/maven-surefire-plugin/examples/junit.html
Draft solution: UITest category classes are excluded.

Profiles do not yet include them properly :-(

@ottlinger ottlinger removed their assignment Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant