Test repository with test case is created and executed in Robot Framework.
- Clone repository "test-parent-pom" (mandatory)
git clone [email protected]:ndviet/test-parent-pom.git
- Clone this test repository to the same directory
git clone [email protected]:ndviet/test-robot-framework.git
- Build source code in each repository following the order
- test-parent-pom
- test-robot-framework
- Run test cases in test repository
cd test-robot-framework
mvn initialize robotframework:run -Dincludes=EasyUpload -Dselenium.browser.type=chrome
Noted:
- [includes] property is used to provide Robot Test Tags would be executed.
- List of configuration can be input from CLI can be referred to pom.xml or layered configuration files in src/test/resources/configuration
A sample project with entire repositories together for the test execution.