CI Recipes
Github Actions
Revyl How to set up github actions
Github Actions Repo
https://github.com/RevylAI/revyl-gh-action
Used to run tests on the cloud as you push changes to your repository.
Environment Variables
Variable | Required | Description |
---|---|---|
REVYL_API_KEY | Yes | API key for authentication. Get this from your Revyl settings page |
Inputs
Input | Required | Default | Description |
---|---|---|---|
test-id | Yes | N/A | The ID of the test to run |
revyl-device-url | No | N/A | Custom device URL for test execution |
retries | No | 1 | Number of retry attempts if the test fails |
llm_model_name | No | gpt-4 | The LLM model to use for test execution |
multimodal | No | false | Enable multimodal capabilities |