mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 16:08:33 -05:00
b50714108d
Co-authored-by: Bill Glesias <bglesias@gmail.com>
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
getPathToE2E () {
|
|
return path.join(__dirname, '..', 'cypress', 'e2e')
|
|
},
|
|
}
|