Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 733 Bytes

File metadata and controls

21 lines (15 loc) · 733 Bytes

Azure DevOps Pipelines Selenium Agent docker image

Build Status

Docker image which can be used to build Azure Pipelines Selenium tests running on i.e. in a AKS cluster.

Installed SDKs

  • Selenium Chromium web driver
  • .NET 8
  • .NET 9
  • .NET 10
  • Node LTS
  • Python 3

Environment variables

  • AZP_TOKEN - Azure DevOps PAT used to register agent
  • AZP_URL - Azure DevOps org base url
  • AZP_POOL - Azure Pipelines Agent pool to register with.
  • AZP_ARGS- Optional variable for arguments to the build agent i.e. --once.