Description
The error in the documentation can be found here:
https://docs.testground.ai/writing-test-plans/quickstart
The quickstart guide works fine untill you create the test plan.
Then it dose not generate the go.sum file.
So i had to manually go to testground/plans/quickstart and do a go mod tidy
and generate it.
Otherwise the testcase would not run.
Tasks