1.0.0 • Published 1 year ago
revyl v1.0.0
revyl-cli
Installation:
npm install -g revylUsage:
Create a workflow file in the .revyl directory, e.g. workflow.yml:
name: Example Workflow
version: 1.0
description: A sample workflow to demonstrate Revyl CLI capabilities
speed: 2
parallel: true
test_ids:
- 9872cca0-e0b1-403f-9064-82ca39f4007f
- b552783c-2cb3-4370-a13a-a43ec45043fdRun the workflow:
revyl run workflow.yml1.0.0
1 year ago