UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

16 lines (12 loc) 232 B
export default { hasSpecFile () { return !!location.hash }, specPath () { if (location.hash) { const match = location.hash.match(/tests\/(.*)$/) return match && match[1] || '' } return '' }, }