UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (9 loc) 196 B
const path = require('path') function file (name) { return `file://${path.join(__dirname, '..', 'dist', name)}` } module.exports = { getPathToIndex () { return file('index.html') }, }