create_cypress_tests {shiny.benchmark}R Documentation

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


[Package shiny.benchmark version 0.1.1 Index]