Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 994 Bytes

File metadata and controls

32 lines (19 loc) · 994 Bytes

Build instructions

  • Download the repository

  • If your IDE supports automatic dependencies import, check that all dependencies have been imported

  • Add to the PATH variable path to the chromedriver.exe folder.

  • Else run the following command:

    npm install

  • When creating Specflow project, please make sure that it contains the following in specflow.json file:

    { "assembly: "Behavioral.Automation" }

Selenium

Quantori Behavioral Automation uses Selenium to interact with elements on the web-page.

You can find documentation here.

Specflow

Quantori Behavioral Automation uses Specflow to execute feature files.

You can find documentation here.

Excel Data Reader

Quantori Behavioral Automation uses Excel Data Reader to interact and check the components of downloaded Excel files.

You can find documentation here.