Git Product home page Git Product logo

assertj-swing's Introduction

Test NG:

JUnit:

This project provides a simple and intuitive API for functional testing of Swing user interfaces, resulting in tests

that are compact, easy to write, and read like a specification. Tests written using AssertJ Swing are also robust.

AssertJ Swing simulates actual user gestures at the operating system level, ensuring that the application will behave correctly in

front of the user. It also provides a reliable mechanism for GUI component lookup that ensures that changes in the GUI's

layout or look-and-feel will not break your tests.

This project is a fork of https://github.com/alexruiz/fest-swing-1.x.

How to release

  1. Preconditions: You need ssh setup for being able to push to joel-costigliola/assertj-swing, gpg setup for signing the release and ossrh setup in Maven for being able to publish the release, including the right to publish assertj-swing releases.

  2. Make sure you have the latest sources: git pull

  3. Make sure you have a clean release base: mvn release:clean

  4. Prepare the release: mvn release:prepare

  5. Actually publish the release: mvn release:perform

  6. Sign in to github, click the tag, edit it and click publish (optionally insert change log here)

  7. Download updated JIDE (Password required. Click here to see the password. Please note, it's not your forum user name and password)

  8. Create temporary work space: mkdir /tmp/jide and cd /tmp/jide

  9. Unzip JIDE: unzip ~/Downloads/jide.X.Y.Z.eval.zip

  10. cd maven/

  11. Follow the readme:

  12. Download ant-contrib and copy jar file to current directory

  13. Download Apache common bean script and copy jar file to current directory

  14. Download Mozilla Rhino and copy jar file to current directory

  15. Download Commons logging and copy jar file to current directory

  16. Mavenify: ant -f mavenify.xml -lib .

  17. Integrate resulting maven repo into own maven repos: rsync -a repo/ ~/.m2/repository/

  18. Go to assertj-swing/assertj-swing-jide/pom.xml and enter downloaded version: <jide.version>X.Y.Z</jide.version>

  19. Update parent POM (AssertJ Swing) version to currently (see 5.) released version

  20. Fix potentially broken code - use mvn clean verify -f assertj-swing-jide/pom.xml to verify

  21. Update POM version, commit and push changes

  22. Release assertj-swing-jide:

  23. cd assertj-swing-jide

  24. Clean state: mvn release:clean

  25. Preapre: mvn release:prepare

  26. Perform: mvn release:perform

  27. Update documentation - pull assertj/doc

  28. Update at least src/docs/asciidoc/user-guide/assertj-swing-release-notes.adoc

  29. File PR for documentation update. Finished!

assertj-swing's People

Contributors

alexruiz avatar ansgarkonermann avatar croesch avatar glimmerveen avatar gschrader avatar heenenee avatar ingokegel avatar istsergey avatar joel-costigliola avatar jschneider avatar lbalazscs avatar michaelfletcheratwork avatar osirisoft-pmurray avatar pascalschumacher avatar scordio avatar slowjack2k avatar stefanmahler avatar subes avatar tedyoung avatar timmikk avatar wanghy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.