-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automated Testing #10
Comments
I was about to open an issue about this. In fact I started to think about this. I drafted a travis file at least to check that after new commits the build is successfully created. Not sure if it would work, will create a PR and check if that would be ok to start with having some automated checks. Then we would need to add lint errors check, unit and e2e tests as we create them. |
Yes, that would be a good first step; it should be easy enough to confirm that the build works. We'd have to do a little more work to get the linter to validate (selecting the right rules for |
Although travis file is included I do not see it being triggered by pushing commits that happened after it was added. Maybe it is necessary to do this, but with higher rights (I do not find that settings menu): |
I just enabled this repo in Travis. |
Thanks @ferjm!! |
Presumably using Travis.
The text was updated successfully, but these errors were encountered: