Test repository with test case is created and executed in Robot Framework with import external libraries Python-based.
- Clone repository "test-automation-fwk-python" (mandatory)
git clone [email protected]:ndviet/test-automation-fwk-python.git
- Clone this test repository to the same directory
git clone [email protected]:ndviet/test-robot-framework-python.git
-
Build test libraries in repository
test-automation-fwk-python
(Refer to build steps mentioned in that repository) -
Run test cases in test repository
cd test-robot-framework-python
Activate virtualenv where test library is installed in repo test-automation-fwk-python
../test-automation-fwk-python/.venv/Scripts/activate
robot --include session3 --outputdir reports --variable configuration_base:src/test/resources/configuration/seleniumConfiguration.yaml ./
Another sample project with using the shared test library implemented in test-automation-fwk-python