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

JasmineAdapter and ConsoleReporter #15

Closed
wants to merge 3 commits into from

Conversation

fcarstens
Copy link
Contributor

  • add JasmineAdapter
  • add skipped status for QUnit
  • add ConsoleReporter
  • add test for jasmine

var test = new Test(
details.description,
details.fullName,
details.status,
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like its wrong at least for skipped, where it now ends up as pending instead. Also makes me wonder if the other states are consistent with the ones from the QUnit adapter.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thanks. The other test states are consistent #4 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants