0.1.5 • Published 4 years ago

generator-robotframework v0.1.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

Gitpod ready-to-code

The Robot Fraemwork Test Project Generator

Usage

Install yo and generator-robotframework:

npm install -g yo generator-robotframework

Generate test project:

yo robotframework

Supported Configurations

General

  • Test library: Puppeteer (Default Puppeteer)
  • Page object pattern: Yes, No (Default Yes)
  • ATDD/BDD style: Yes, No (Default No)

FYI: Test library: Selenium and Appium will support soon.

Manual Setup

Run following command

npm install -g .
cd tmp
yo robotframework