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

Unit-test: the Last Reporter #2900

Closed
wants to merge 12 commits into from
Closed

Unit-test: the Last Reporter #2900

wants to merge 12 commits into from

Commits on Jun 16, 2017

  1. Find out what happens if every job posts to Coveralls; rationale: Cov…

    …eralls typically uses the Job ID, not the Build ID, so presumably it is designed to handle multiple jobs in the same build?
    ScottFreeCode committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    94648c3 View commit details
    Browse the repository at this point in the history
  2. Instrumented code will run slower

    200 ms timeout was already causing flakes even before the coverage additions anyway; testing suggests that specific tests won't pass with instrumentation without increased time.
    ScottFreeCode committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    5fdc497 View commit details
    Browse the repository at this point in the history
  3. Add browser coverage

    ScottFreeCode committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    b4efa79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aa9c6a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Try using browser tests as integration testing for browser-entry.js

    … by covering it in the `BUILDTMP/mocha.js` bundle
    ScottFreeCode committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    58e4b5d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    da7b42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bfeb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Add HTML reporter tests

    ScottFreeCode committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    02ce4a3 View commit details
    Browse the repository at this point in the history
  2. Update readme

    ScottFreeCode committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    c055923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09429cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f50728a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fcc1b5 View commit details
    Browse the repository at this point in the history