1.1.2 • Published 3 years ago

automation-utils v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

automation-utils

A set of useful methods for the test automation process.

Installation

Install automation-utils using npm

  npm install automation-utils

Usage

  var automationUtils = require("automation-utils")

  automationUtils.generateUUID()

Methods

Jump-to:

generateUUID()

Creates a Globally Unique Identifier and returns a string.

person.generateRandomPerson()

Creates a random person with the following attributes:

var person = {
        personName: string,
        lastName: string,
        email: string (personName + lastName@gmail.com),
        phone: string (xx xxxxx-xxxx),
      };

person.generateRandomName()

Creates a random name and returns a string.

person.generateRandomLastName()

Creates a random last name and returns a string.

person.generateRandomPhoneNumber()

Creates a ranfom phone number and returns a string.

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago