Back to Rod

Overview

lib/examples/e2e-testing/README.md

0.116.2395 B
Original Source

Overview

This is a sample project to demonstrate how to use Rod to setup an end-to-end testing (e2e testing) project. The test cases will run in parallel.

Use standard Go commands to test the project, such as run go test to execute all tests.

Debugging

Same as the tutorial here: See what's under the hood