robotframework.org
Generic automation framework for acceptance testing and RPA
Package Information
- Domain:
robotframework.org
- Name:
robotframework.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install robot
Programs
This package provides the following executable programs:
robot
Aliases
This package can also be accessed using these aliases:
robot
Available Versions
Show all 3 versions
7.3.1
,7.3.0
,7.2.2
Latest Version: 7.3.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +robotframework.org@7.3.1 -- $SHELL -i
Dependencies
This package depends on:
pkgx.sh^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.robotframeworkorg
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.