Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qahive/generator-robotframework
Yeoman generator for Robot Framework Puppeteer test project with apply Page Object and ATDD pattern
https://github.com/qahive/generator-robotframework
Last synced: 19 days ago
JSON representation
Yeoman generator for Robot Framework Puppeteer test project with apply Page Object and ATDD pattern
- Host: GitHub
- URL: https://github.com/qahive/generator-robotframework
- Owner: qahive
- License: apache-2.0
- Created: 2020-08-08T12:23:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T10:47:08.000Z (about 4 years ago)
- Last Synced: 2024-10-30T23:12:33.480Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 6.33 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/qahive/generator-robotframework)
# The Robot Fraemwork Test Project Generator
## Usage
Install `yo` and `generator-robotframework`:
```text
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 commandnpm install -g .
cd tmp
yo robotframework