2026-03-26 10:28:48 +01:00
..
2026-03-26 10:28:48 +01:00
2026-02-26 15:03:19 +01:00
2026-03-17 15:08:05 +01:00
2026-02-26 15:03:19 +01:00

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