2.0.1 • Published 3 years ago

cypress-ez-lib v2.0.1

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

CYPRESS-EZ-LIB

cypress-ez-lib pkg is for automation testing

Installation

Use the package manager NPM to install cypress-ez-lib.

npm install cypress-ez-lib

Usage

var driver = require("cypress-ez-lib");

describe("Testing made easy with Cypress-ez-lib", function(){
  it("Testing with Cypress-ez-lib", function(){
    driver.clickById("locator");
    driver.clickByCss("locator");
    driver.typeById("locator", "some text");
    driver.typeByCss("locator", "some text");
    driver.isDisplayed("locator").then(function(displayed){
       if(isDisplayed){
          driver.clickById("locator").click();
       }
    })
  });
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

2.0.1

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

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