Skip to content

Commit

Permalink
Added info about mariadb campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Jun 27, 2024
1 parent 2bda745 commit 69f1934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contribute/contribution-guidelines/ui-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 69f1934

Please sign in to comment.