create
Generate a new Provengo project.
Description
Generate a basic project directory with default files, based on a short set of questions. Generated files include:
- data.js
-
Test data (logins, numbers…)
- provengo.yml
-
Configuration file.
- hello-world.js
-
Initial model (you’ll probably start by changing this file).
- script-generator.js
-
Generates the automation script files.
- z-ranking.js
-
Ranking system for creating test ensembles.
- README.md
-
A starting point for a repository readme file.
Parameters
project_path
-
Path to the project to generate. Optional parameter - if missing, provengo creates the new project in the current working directory.
Use
|