- Dotnet SDK
>=8.0
required
From the root directory:
dotnet test Amezmo.Tests.E2E
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>"
- Tests fail in headless mode
- Tests will not run in container (because of headless mode)
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