Clean up file names for //scouting:scouting_test
Having the file be called `cypress_runner.js` is not helpful. What if
we have multiple cypress tests in the same directory? It's much better
to explicitly associate the file with the test.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Id60c0249f2ab0506e18ceae8fecf0771fcb033e7
diff --git a/scouting/BUILD b/scouting/BUILD
index a8072d3..c98c741 100644
--- a/scouting/BUILD
+++ b/scouting/BUILD
@@ -22,7 +22,7 @@
"scouting_test.cy.js",
"//scouting/testing:scouting_test_servers",
],
- runner = "cypress_runner.js",
+ runner = "scouting_test_runner.js",
)
apache_wrapper(