From 69f193436dbfd42cc984b5bfc6ecc654846274a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 27 Jun 2024 15:52:42 +0200 Subject: [PATCH] Added info about mariadb campaign --- contribute/contribution-guidelines/ui-tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contribute/contribution-guidelines/ui-tests.md b/contribute/contribution-guidelines/ui-tests.md index ac6f08964f..33825b4e31 100644 --- a/contribute/contribution-guidelines/ui-tests.md +++ b/contribute/contribution-guidelines/ui-tests.md @@ -18,7 +18,8 @@ These UI tests simulate the behavior of a real user. Anyone can run the UI tests against a PR made on the Core repository using [this tool](https://github.com/PrestaShop/ga.tests.ui.pr/). -As explained in the README of the tool, you need to first fork it then launch a test campaign by inputing the needed informations (PR number, target branch ...). +As explained in the README of the tool, you need to first fork it then launch test campaigns by inputing the needed informations (PR number, target branch ...). +As we support MySQL and MariaDB in our UI tests, you have to launch 2 campaigns: the first one by selecting "mysql" in the database field, the second one by selecting "mariadb". The UI tests do evolve in time as new tests are added and existing tests are refactored and updated: please regularly update your forks or you might be running an outdated version of the tests against a PR.