UNPKG

cypress-parallel-extended

Version:

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.

7 lines (4 loc) 183 B
import path from 'path'; import { settings } from './settings.js'; const resultsPath = path.join(process.cwd(), settings.runnerResults ?? 'runner-results'); export { resultsPath };