From 870f10be3eeb9151b286b9975f9585a3fbb6f040 Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Thu, 21 Apr 2022 14:01:29 +0200 Subject: [PATCH] And one more --- codeception.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codeception.yml b/codeception.yml index 0b5168b..2a0f7c6 100644 --- a/codeception.yml +++ b/codeception.yml @@ -1,13 +1,13 @@ actor: Tester paths: tests: tests - log: /drone/src/tests/_output + log: tests/_output data: tests/_data helpers: tests/_support settings: - bootstrap: _bootstrap.php colors: true memory_limit: 1024M +bootstrap: _bootstrap.php webdrivers: firefox: windows: vendor\joomla-projects\selenium-server-standalone\bin\webdrivers\gecko\windows\geckodriver64.exe