๐ค Custom Tests
Custom Tests in X-AutoMate refer to test cases written in Robot Framework.
They rely entirely on your own custom keywords and packages โ making them highly flexible.
๐ Think of a custom test as a blank sheet of paper: you're free to design whatever you need.
๐ Common Use Casesโ
Custom tests are commonly used for:
- ๐ฅ๏ธ Web UI testing
- ๐ฑ Mobile application testing
- ๐ API validations
- ๐งช Any other Robot Framework-compatible scenario
๐ฆ Library & Dependency Supportโ
Out-of-the-box, X-AutoMate includes:
- ๐ Core libraries for Web UI testing
- ๐ Dependencies required for standard Robot Framework execution
๐ก Need additional packages or drivers?
Reach out to the X-AutoMate support team, and weโll help get you set up!
๐ Git Integration for Custom Testsโ
To execute custom tests, you must connect to a Git repository containing your test scripts.
Unlike other test types (which need a DWH connection), custom tests are Git-based.
Steps to Import Custom Tests:โ
- โ Add a desired Git connection in X-AutoMate.
- ๐ฅ Click the "Import Custom Test" button.
- ๐ X-AutoMate will automatically fetch and register the tests.

โถ๏ธ Running Custom Testsโ
Once imported, custom tests can be run like any other test in X-AutoMate.
However:
- โ You cannot edit or modify the test definition inside X-AutoMate.
- ๐งฉ Custom tests are managed externally in your Git repository.
