Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: d9153ae069626ffc63ddd4c20d13cee74d1ece43 https://github.com/phpmyadmin/phpmyadmin/commit/d9153ae069626ffc63ddd4c20d13... Author: William Desportes williamdes@wdes.fr Date: 2018-10-11 (Thu, 10 October 2018) +02:00
Changed paths: M test/EnvironmentTest.php M test/bootstrap-dist.php M test/selenium/TestBase.php
Log Message: ----------- Add TESTSUITE_PORT for selenium tests
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 5fc0150a56f48b090ee6e5b1ee94e78b829e2690 https://github.com/phpmyadmin/phpmyadmin/commit/5fc0150a56f48b090ee6e5b1ee94... Author: William Desportes williamdes@wdes.fr Date: 2018-10-11 (Thu, 10 October 2018) +02:00
Changed paths: M .travis.yml M test/start-local-server
Log Message: ----------- Update Browserstack script
Source : https://www.browserstack.com/local-testing and man of executable. Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 862788d782214ef0a42b606229d61667077665a4 https://github.com/phpmyadmin/phpmyadmin/commit/862788d782214ef0a42b606229d6... Author: William Desportes williamdes@wdes.fr Date: 2018-10-11 (Thu, 10 October 2018) +02:00
Changed paths: M composer.json M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/DbEventsTest.php M test/selenium/DbOperationsTest.php M test/selenium/DbProceduresTest.php M test/selenium/DbStructureTest.php M test/selenium/DbTriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/QueryByExampleTest.php M test/selenium/ServerSettingsTest.php M test/selenium/SqlQueryTest.php M test/selenium/TableBrowseTest.php M test/selenium/TableCreateTest.php M test/selenium/TableInsertTest.php M test/selenium/TableOperationsTest.php M test/selenium/TableStructureTest.php M test/selenium/TestBase.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php
Log Message: ----------- Migrate tests to facebook/webdriver
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: f48cc814a5fc981c5e03c895adff4b4c22d6a5f7 https://github.com/phpmyadmin/phpmyadmin/commit/f48cc814a5fc981c5e03c895adff... Author: William Desportes williamdes@wdes.fr Date: 2018-10-11 (Thu, 10 October 2018) +02:00
Changed paths: M phpstan.neon
Log Message: ----------- Removed some phpstan ignores
- Using reportUnmatchedIgnoredErrors: true
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: cdeff3e5a253b65f7831122dda9514da54354956 https://github.com/phpmyadmin/phpmyadmin/commit/cdeff3e5a253b65f7831122dda95... Author: William Desportes williamdes@wdes.fr Date: 2018-10-11 (Thu, 10 October 2018) +02:00
Changed paths: M .travis.yml
Log Message: ----------- Try a new Travis setup
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: ea830e70b3f2f79089a8fc4f0cbb9f2321f2b7ea https://github.com/phpmyadmin/phpmyadmin/commit/ea830e70b3f2f79089a8fc4f0cbb... Author: William Desportes williamdes@wdes.fr Date: 2018-10-11 (Thu, 10 October 2018) +02:00
Changed paths: M .travis.yml M test/selenium/DbEventsTest.php M test/selenium/TestBase.php
Log Message: ----------- Try multiple browsers
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: c1926fe2c4787b640adbd501889fee111a87578c https://github.com/phpmyadmin/phpmyadmin/commit/c1926fe2c4787b640adbd501889f... Author: MaurĂcio Meneghini Fauth mauriciofauth@gmail.com Date: 2018-10-12 (Fri, 10 October 2018) -03:00
Changed paths: M .travis.yml M composer.json M phpstan.neon M test/EnvironmentTest.php M test/bootstrap-dist.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/DbEventsTest.php M test/selenium/DbOperationsTest.php M test/selenium/DbProceduresTest.php M test/selenium/DbStructureTest.php M test/selenium/DbTriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/QueryByExampleTest.php M test/selenium/ServerSettingsTest.php M test/selenium/SqlQueryTest.php M test/selenium/TableBrowseTest.php M test/selenium/TableCreateTest.php M test/selenium/TableInsertTest.php M test/selenium/TableOperationsTest.php M test/selenium/TableStructureTest.php M test/selenium/TestBase.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php M test/start-local-server
Log Message: ----------- Merge pull request #14595 from williamdes/refactor-selenium
Selenium tests