Problem description
The README section Working directory shows only a description for the directory structure before Cypress version 10. It uses e2e as the example of a working directory which may be confusing since this is now the default sub-directory under the cypress directory with version 10 and later for End-to-End testing.
Suggested fix
- Change the example name of the working directory from
e2e to another name which is not one of the default directory names created by Cypress.
- Add an example directory structure for Cypress version 10 and later.
References
Problem description
The README section Working directory shows only a description for the directory structure before Cypress version 10. It uses
e2eas the example of a working directory which may be confusing since this is now the default sub-directory under thecypressdirectory with version 10 and later for End-to-End testing.Suggested fix
e2eto another name which is not one of the default directory names created by Cypress.References