8000 GitHub - MeliorAI/web-automated-tests: Webdriver (Cucumber + Selenium + ChromeDriver) automated tests for MeliorAI websites
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Webdriver (Cucumber + Selenium + ChromeDriver) automated tests for MeliorAI websites

Notifications You must be signed in to change notification settings

MeliorAI/web-automated-tests

Repository files navigation

Melior Web Automation web-driver tests

Browser automated tests for Melior websites. This tests are based on Cucumber and webdriver that takes care of all the underlying Selenium web-driver session details.:

More specifically for the in-browser tests we use:

Install

npm install

Run tests in headless mode

NOTE: In headless mode checking the title of the site might fail.

npm run-script test

Run tests in browser

Currently running on Chrome. Firefox and others should also be tested if tests can be browser dependent.

npm run-script browser-test

Test details

Any features having the tag @Pending will be skipped when running the tests. For additional tags configuration check support/tagProcessor.js

Config

  • There is a general wdio configuration file wdio.config.js. For additional customization for running the tests in headless or no headless mode make changes to wdio.headless.config.js and wdio.browser.config.js.

About

Webdriver (Cucumber + Selenium + ChromeDriver) automated tests for MeliorAI websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0