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 first end2end test using Spectron #19

Merged
merged 2 commits into from
Apr 25, 2017

Conversation

tebs
Copy link
Contributor

@tebs tebs commented Apr 20, 2017

Description

Add a first end2end test using Spectron.

I will add more tests in an upcoming PR.

Motivation and Context

No tests, no party :bowtie:

Related to issue #10

How Has This Been Tested?

It's actually the first test 💃 🕺

Screenshots (if appropriate):

captura de pantalla 2017-04-21 a las 0 22 16

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING section.

Copy link
Collaborator

@uesteibar uesteibar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🚀

Copy link
Collaborator

@marciobarrios marciobarrios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greeaaaat! :D

});

const stopApp = app => {
return app && app.isRunning() && app.stop();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you feel fancy:

const stopApp = app => app && app.isRunning() && app.stop();

@tebs
Copy link
Contributor Author

tebs commented Apr 25, 2017

@marciobarrios comment fixed! Sorry for the delay!

@uesteibar uesteibar merged commit 5707eef into sloth-tools:master Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants