harness/tests/README.md
Radek Davidek ab7d898b8e jms -> mq
2026-04-20 10:17:56 +02:00

1.2 KiB

Hello World!!! Hello World Too!!!

Automated tests

This repo contains automated tests for all squads.

How to configure tests

Check Jak začít automatizovat testy page.

The best way to start is to

  • Choose the method you want to use from about (IDE, command line, default file)
  • Create a config file that contains:
environment.type=tst1
environment.from=tst1
browser=chrome

Testing application (example, IB) in Google Chrome

You need following parameters to test using Google Chrome:

selenium.webdriver.path=c:\\Users\\<Your SSO>\\drivers\\chromedriver.exe
selenium.chromebinary.path=C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe

More details can be found on Jak začít automatizovat testy page

Testing application (example, UFO) in MS Edge

You need following parameters to test using MS Edge:

selenium.edge.webdriver.path=c:\\Users\\\<Your SSO>\\drivers\\msedgedriver.exe

More details can be found on Jak začít automatizovat testy page