create_cypress_tests: Create the cypress files under project directory
Description
Create the cypress files under project directory
Usage
create_cypress_tests(project_path, cypress_dir, tests_pattern)
Arguments
- project_path
The path to the project with all needed packages
installed
- cypress_dir
The directory with tests recorded by Cypress
- tests_pattern
Cypress files pattern. E.g. 'performance'. If it is NULL,
all the content will be used