Skip to main content

Release Notes 2.1.4

Support for Multiple Runtime Environments

You can now download and install multiple languages and and frameworks of a specified versions in your machine that is needed to execute your tests.

runtime:
- language: java
version: '17'
addons:
- name: gauge
version: '1.5.6'
- name: gradle
version: '7.6'
- language: python
version: '3.10'
- language: node
version: '16'

Go through the documentation to understand the runtime flag.