2.0.1 • Published 2 years ago

cypress-ez-lib v2.0.1

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

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

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