--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/e89d1449-fd68-45c0-b482-2b0022f9bf61n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAGobDiF-muJ5Vo1iTzot1DM8YqmPNsTTnEukjU067bYeSTzjFw%40mail.gmail.com.
When you add a .gitlab-ci.yml file to your repository, GitLab detects it and an application called GitLab Runner runs the scripts defined in the jobs.
A .gitlab-ci.yml file might contain:
Tags: <tag name used while registering gitlab runner>test-code-job1: stage: test script: - echo "If the files are built successfully, test some files with one command:" - mvn clean install -Denv=$ENV
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAJSMG36ar774SJLv2Oe0kH%2Bdv2xJKVq44UetHZReP2GMguviUQ%40mail.gmail.com.
Regression_Suite:
stage: test
tags:
- selenium
script:
- echo "Env = $env", "Suite = $suite" , "Browser = $browser"
- mvn clean install -Denv="$env" -Dsuite="$suite"
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAGobDiFML6EwWdb%2BgDuGBTLimjBCKk1%3DnMuJz_R85PLBA2pLVA%40mail.gmail.com.