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 web tests #20

Merged
merged 2 commits into from
Jul 30, 2014
Merged

Add web tests #20

merged 2 commits into from
Jul 30, 2014

Conversation

bripkens
Copy link
Contributor

Use testling to run the tests in a browser.

With this configuration the tests are run in a browser automatically when running grunt test. The tests will also be executed on Travis CI. In addition to this I can only recommended to integrate these tests with the Testling CI service to get a badge. Using the Testling CI service is easy. It only takes five minutes. Check out the [testling quick start guide](configuring the web hook) (starting from the configuring the web hook section).

You will need the following webhook configuration options for GitHub (to be typed in under this repository's settings):

  • payload url: http://git.testling.com
  • content-type: form encoded
  • secret:
  • which events?: just the push event
  • active: yay

Fixes #3

bripkens added 2 commits July 30, 2014 08:38
Use testling to run the tests in a browser.

Fixes #3
@spoike
Copy link
Member

spoike commented Jul 30, 2014

Nicely done @bripkens! I'll try to set up the options when I get back home.

@spoike spoike added this to the 0.1.4 milestone Jul 30, 2014
spoike added a commit that referenced this pull request Jul 30, 2014
@spoike spoike merged commit a2f17d5 into reflux:master Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add web tests
2 participants