1.1.2 • Published 2 years ago

automation-utils v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago