bigbite / wp-cypress

WordPress end to end testing with Cypress.io.
MIT License
86 stars 18 forks source link

Fixes an issue where WP-Cypress could not find cypress/package.json #115

Closed PaulREnglish closed 1 year ago

PaulREnglish commented 1 year ago

Description

In createConfig.js, WP-Cypress could not find the cypress/package.json since the path was a relative one. This PR fixes it by turning it into an absolute path which means that the cypress version can be properly extracted.

Change Log

Types of changes (if applicable):

Checklist (if applicable):