usestd::path::PathBuf;usecrate::app;pubmodbuild;pubmodconfig;pubmoddocker;pubmodintegration;pubmodrunner;/// Returns the path to the unified test runner Dockerfile.
/// Both integration and E2E tests use the same Dockerfile at `tests/e2e/Dockerfile`.
pubfntest_runner_dockerfile()-> PathBuf{[app::path(),"tests","e2e","Dockerfile"].iter().collect()}