johanneswuerbach / saucie

This library allows you to integrate results of your frontend JavaScript tests into a [Sauce jobs results page](https://saucelabs.com/docs/javascript-unit-tests-integration).
26 stars 18 forks source link

Use global test results to see results on sauce #3

Closed johanneswuerbach closed 9 years ago

johanneswuerbach commented 9 years ago

This allows to report the test details to sauce.

Example: https://github.com/tildeio/htmlbars/blob/master/test/index.html#L20-L43 And the output: https://saucelabs.com/tests/9de1b550bd8649169f129b04a3983d57

johanneswuerbach commented 9 years ago

@igorlima I would like to upstream other changes I made during integrating saucie into https://github.com/tildeio/htmlbars, should I just continue to send PRs?