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'