Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 641 Bytes

data-generator

GitHub license

Introduction

As a tester, you may think that "Designing Test cases is challenging enough, then why bother about something as trivial as Test Data". The purpose of this tool to provide the way that tester can generate test data quickly.

Version

1.0.0

Requirements

  • Node version 10 or higher

Setup

$ mkdir data-generator
$ cd data-generator
$ git clone https://github.com/luckhiem/data-generator.git
$ cd data-generator
$ npm install

Usage

$ npm run start