Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 718 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 718 Bytes

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