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

Explore: Add e2e-testing with Spectron #1773

Merged
merged 6 commits into from Dec 23, 2019
Merged

Explore: Add e2e-testing with Spectron #1773

merged 6 commits into from Dec 23, 2019

Commits on Dec 20, 2019

  1. Explore: Add e2e-testing with Spectron

    In this patch we're creating the most basic form of end-to-end testing
    using the Spectron framework. This boots the app and verifies that it
    opens.
    
    The files aren't in the right spot and the structure of the tests need
    to change but this gives us an idea of how to run these tests.
    dmsnell committed Dec 20, 2019
    Copy the full SHA
    cb78ae8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b1a1bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0a27dc8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9d63a4f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4f6134e View commit details
    Browse the repository at this point in the history
  6. Add some notes

    dmsnell committed Dec 20, 2019
    Copy the full SHA
    3fc4646 View commit details
    Browse the repository at this point in the history