schubergphilis / mcvs-golang-action

Mission Critical Vulnerability Scanner (MCVS) Golang Action. Create Golang code without high and critical vulnerabilities.
MIT License
0 stars 1 forks source link

Run E2E tests #66

Closed sbp-bvanb closed 9 hours ago

sbp-bvanb commented 1 month ago

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.