Use testsuite option instead of group for Selenium tests
commit58351b861c7ef6d0a7aa63d76e4b0506dd18393d
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Mon, 5 Jul 2021 19:52:41 +0000 (5 16:52 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Mon, 5 Jul 2021 19:52:41 +0000 (5 16:52 -0300)
treeb750f9851edd2a3772566f17a79f199e5270b973
parent10b3ead050f5b71f2940e29128a00b5243f4b608
Use testsuite option instead of group for Selenium tests

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
29 files changed:
.github/workflows/mutation-tests.yml
.github/workflows/test-selenium.yml
.github/workflows/tests.yml
build.xml
phpunit.xml.dist
scripts/create-release.sh
test/selenium/ChangePasswordTest.php
test/selenium/CreateDropDatabaseTest.php
test/selenium/CreateRemoveUserTest.php
test/selenium/Database/EventsTest.php
test/selenium/Database/OperationsTest.php
test/selenium/Database/ProceduresTest.php
test/selenium/Database/QueryByExampleTest.php
test/selenium/Database/StructureTest.php
test/selenium/Database/TriggersTest.php
test/selenium/ExportTest.php
test/selenium/ImportTest.php
test/selenium/LoginTest.php
test/selenium/NormalizationTest.php
test/selenium/ServerSettingsTest.php
test/selenium/SqlQueryTest.php
test/selenium/Table/BrowseTest.php
test/selenium/Table/CreateTest.php
test/selenium/Table/InsertTest.php
test/selenium/Table/OperationsTest.php
test/selenium/Table/StructureTest.php
test/selenium/TestBase.php
test/selenium/TrackingTest.php
test/selenium/XssTest.php