Skip to content

Yeoman generator for Robot Framework Puppeteer test project with apply Page Object and ATDD pattern

License

Notifications You must be signed in to change notification settings

qahive/generator-robotframework

Repository files navigation

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