Skip to content

bahka/cucumber-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

The simples possible architecture for Cucumber tests with:

  • testcontainers
  • selenide with Static PageObject pattern (instead of Selenium)
  • Azure KeyVault integration for sensitive information

Sensitive data

All sensitive data stored in Azure KeyVault storage : name.

You need setup Service Principle information as ENV variables to connect to Azure KeyVault.

  • AZURE_CLIENT_ID,
  • AZURE_TENANT_ID,
  • AZURE_CLIENT_SECRET

all values stored in SecretsStorage

UDP port exposing in testcontainers

an example is located in UdpPortsContainer

UPD netflow traffic generator as docker container

you can find it in UpdGenContainer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published