I use Codeception to run some Selenium test. I would like to run the same acceptance test suite on multiple server, but I don't knwow how to do it.
This is my codeception.yml:
# suite config
suites:
acceptance:
actor: AcceptanceTester
path: .
modules:
enabled:
- WebDriver:
url: http://35.214.136.194
host: 215.113.38.27
browser: chrome
- \Helper\Acceptance
Aucun commentaire:
Enregistrer un commentaire