1.0.0 • Published 10 months ago

revyl v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

revyl-cli

Installation:

npm install -g revyl

Usage:

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-a43ec45043fd

Run the workflow:

revyl run workflow.yml
1.0.0

10 months ago