| Camila Macedo adding the following to the top of an integration test file will make it only run when the "integration" tag is passed in go test. We have a make command "make test-integration" that will run integration tests.
// +build integration |
|
page test
|
|