Like running integration tests, but then another build tag, i.e. e2e
These are tests written in Golang that test the entire flow how it looks in production. So if the tool is being deployed to Azure, it should test that flow. This is to ensure that the full application works as expected.
Like running integration tests, but then another build tag, i.e. e2e
These are tests written in Golang that test the entire flow how it looks in production. So if the tool is being deployed to Azure, it should test that flow. This is to ensure that the full application works as expected.