ServiceNow / servicenow-cicd-azure-extension

Extension for Azure Pipelines to help developers get started faster with ServiceNow's CI/CD APIs
MIT License
12 stars 18 forks source link

Pipeline yaml example spinning up https://github.com/chromedp/docker-headless-shell to run headless ATF UI Tests #15

Closed chiarng closed 3 years ago

chiarng commented 3 years ago

Today, when ATF UI Tests run, they need a Scheduled Client Test Runner opened in a browser tab/window somewhere. This is annoying for automated pipelines, for obvious reasons. One way to address this would be to have a Scheduled Client Test Runner for the target instance running, either persistently or ephemerally (on-demand from pipeline build).

We could use https://github.com/chromedp/docker-headless-shell and provide another example yaml file.

chiarng commented 3 years ago

ServiceNow is releasing ATF Headless Browser support via https://github.com/ServiceNow/atf-headless-runner in Rome. Closing.