You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contribute/contribution-guidelines/ui-tests.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ These UI tests simulate the behavior of a real user.
18
18
19
19
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/).
20
20
21
-
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 ...).
21
+
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 ...).
22
+
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".
22
23
23
24
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.
0 commit comments