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

Add a very basic Swing unit test #300

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Add a very basic Swing unit test #300

wants to merge 5 commits into from

Commits on Feb 10, 2020

  1. Move Main initialization to init()

    This will allow the tests to create a Main object.
    lupino3 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    6f058f7 View commit details
    Browse the repository at this point in the history
  2. Add a basic test that quits the simulator

    This can be used as a base  for other GUI tests.
    lupino3 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4c689c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Use VNC for UI tests

    lupino3 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    b5291c0 View commit details
    Browse the repository at this point in the history
  2. Set a dummy VNC password

    lupino3 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    79c281b View commit details
    Browse the repository at this point in the history
  3. Trying Xvfb

    lupino3 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    2c4617d View commit details
    Browse the repository at this point in the history