From d97c233cdfaac35e7fe4584012f038f0aa1396fd Mon Sep 17 00:00:00 2001 From: RedDragonWebDesign Date: Thu, 25 Jan 2024 03:17:11 -0800 Subject: [PATCH] tests: add readme --- tests/selenium/selenium.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/selenium/selenium.md diff --git a/tests/selenium/selenium.md b/tests/selenium/selenium.md new file mode 100644 index 00000000..78d3d905 --- /dev/null +++ b/tests/selenium/selenium.md @@ -0,0 +1,5 @@ +## Selenium tests ## + +* Run Selenium tests using `npm run wdio` +* Does not detect and fail on PHP errors out of the box. Would need custom code for that. +* Does not detect and fail on JS console errors out of the box. Would need custom code for that.