Skip to content

Add support for parallel mocha test execution #30

Description

@DinisCruz

This could be done by:

  • parsing a mocha file
  • capturing the it invocations
  • opening a new IFrame per it test
  • triggering async execution of all tests (one test per IFrame)
  • waiting for complete

Note: research 'async execution of mocha tests'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions