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

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Requirements:

Run Tests (Local / Dotnet):

From the root directory: dotnet test Amezmo.Tests.E2E

Build Container Image:

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

Run the image / tests (only would work headless for now) docker run "<tag_previous>"

Issues

  • Tests fail in headless mode
  • Tests will not run in container (because of headless mode)

Settings file

In the root directory of Amezmo.Tests.E2E a settings file should be added:

{
  "username" : "<user email>",
  "password" : "<user password>>",
  "baseUrl" : "https://amezmo.com/",
  "headless" : "true"
}

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

Languages