Skip to content

Add support for parallel mocha test execution #30

@DinisCruz

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'

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