I have placed a test automation suite in GitLab, I am able to run the test suite using testng.xml from eclipse.
I would like to set up a schedule a daily run from GitLab
using CI/CD
, please help/suggest me the steps to achieve continues testing from GitLab.
I tried by creating .gitlab-ci.yml
file, but don't know the script to run the testng.xml
file
Please help me if anybody tried this scenario