Skip to content

This is test suite for end-to-end tests against amezmo.com

License

Notifications You must be signed in to change notification settings

amezmo/e2e-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Requirements:

Run Tests (Local / Dotnet):

From the root directory: dotnet test -e DOTNET_ENVIRONMENT=Development

Run Tests (Docker):

From the root directory

  1. Build container image (below)
  2. Run container w/ credentials of a valid user docker run -e "Credentials__username=<email>" -e "Credentials__password=<password>" <image name>

Build Container Image:

Run the below in the repository root directory docker build --tag "<image name>" -f Amezmo.Tests.E2E/. .

Run the image / tests (only would work headless for now) docker run -e "Credentials__username=<email>" -e "Credentials__password=<password>" <image name>

Settings

  • Local Development: .env file and Dotnet User Secrets file
  • Container (available environment args):
  • Credentials__username=
  • Credentials__password=
  • BASE_URL=

This will be replaced by secret ops

About

This is test suite for end-to-end tests against amezmo.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published