-
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" }
Quantori Behavioral Automation uses Selenium to interact with elements on the web-page.
You can find documentation here.
Quantori Behavioral Automation uses Specflow to execute feature files.
You can find documentation here.
Quantori Behavioral Automation uses Excel Data Reader to interact and check the components of downloaded Excel files.
You can find documentation here.