aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* feat: Update POMs and bump build dependency versions (#12636)Patrik Lindström2024-11-081-4/+4
| | | | | | | | * Ignores VS code project file and updates to .project * Updates DTD hrefs from HTTP to HTTPS * Updates commons-io, commons-cli, commons-codec, hsqldb and animal-sniffer * Fixes dependency management violations * Includes Maven Flatten Plugin for cleaner release POMs * Updates Atmosphere version
* chore: Downgrade snapshot version for free version (#12635)Patrik Lindström2024-11-061-1/+1
|
* Fix vaadin-uitest POM file errors (#12519)7.7.43Patrik Lindström2024-04-261-1/+7
| | | Maven complains about errors in the POM for uitest - "could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer" and about the 'skip' option being incorrect for maven-javadoc-plugin (because it was missing a groupid declaration). Also silenced error for explicitly set javax.servlet-api version.
* Update project to 8.15-SNAPSHOT (#12392)Zhe Sun2021-08-311-1/+1
|
* Update 8.14-SNAPSHOT and release note (#12261)Zhe Sun2021-04-141-1/+1
|
* Include compatibility tests in validation builds (#12250)Anna Koskinen2021-03-261-0/+12
|
* Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213)Anna Koskinen2021-03-031-9/+0
| | | | | - These plugins cause significant problems for many Windows developers, and since most active maintainers are currently included in that group, the plugins have been deemed more trouble than they are worth.
* Update to 8.13-SNAPSHOT (#12110)Zhe Sun2020-10-071-1/+1
|
* Test fixes & split failsafe integration test runs into smaller batches (#12103)Anna Koskinen2020-10-011-3/+40
|
* Update to 8.12-snapshot (#11995)Zhe Sun2020-05-131-1/+1
|
* Update to 8.11 snapshot (#11874)Zhe Sun2020-01-161-1/+1
| | | | | * Update to 8.11-SNAPSHOT
* Update to 8.10-SNAPSHOT (#11657)Zhe Sun2019-07-291-1/+1
|
* Use https for Maven repositories (#11668)Stéphane Nicoll2019-07-291-1/+1
| | | | * Use https for Maven repositories
* Update to 8.9 (#11535)Sun Zhe2019-04-181-1/+1
| | | | | | * Update to 8.9-SNAPSHOT * update in bom module
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-281-1/+1
|
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-271-1/+1
|
* Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵Ilia Motornyi2018-09-041-4/+0
| | | | trivial one, fix tests
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-291-1/+1
|
* Fix valdiation builds to use correct browser (#11000)Teemu Suo-Anttila2018-06-271-6/+0
|
* Improved BrowserStack support with local identifiers (#10941)Teemu Suo-Anttila2018-05-311-0/+1
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-0/+9
|
* Fix test retries and use TestBench retry rule (#10904)Teemu Suo-Anttila2018-05-091-1/+1
|
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-171-26/+12
| | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones.
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-121-1/+1
|
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-241-1/+1
|
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
|
* Remove redundant versions in POMs (#9990)Ahmed Ashour2017-09-141-3/+0
|
* Unify exec-maven-plugin to 1.6.0Ahmed Ashour2017-09-131-1/+0
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-1/+1
|
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
|
* Easy DevelopmentServerLauncher run with maven (#8677)Ilia Motornyi2017-02-281-0/+40
| | | | Add Maven target for running or debugging the development server and instructions for IDEA.
* Eliminate module uitest-common (#8583)Henri Sara2017-02-161-7/+8
| | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest.
* Fix profiles in vaadin-root pom.xml (#8484)Teemu Suo-Anttila2017-02-081-27/+18
|
* Handle system properties for failsafe plugin (#8414)Teemu Suo-Anttila2017-02-021-31/+11
| | | | * Handle system properties for failsafe plugin
* Require Maven 3.1 or newer for uitest (#8418)Pekka Hyvönen2017-02-021-0/+5
|
* Refactor testing of the framework (#8393)Teemu Suo-Anttila2017-02-011-58/+110
| | | | | | | | | * Integration tests moved from uitest to separate test modules * Run TB4 tests with maven profile * Remove old ant/ivy build scripts from uitest * Add 'needs-ssh' test category for reconnection test * Add default values for testing and validation builds * Add placeholder build.xml with instructions to run Maven
* Make it easy to run Sonar on the project (#8118)Artur2017-01-031-0/+2
|
* Remove Google App Engine support, tests and documentation (#8034)Pekka Hyvönen2016-12-201-6/+0
| | | | | | * Remove Google App Engine support and tests Fixes #8033
* Memory measurement test for V7&V8 Grids, 1 item and 100 000 items.Denis Anisimov2016-10-141-0/+91
| | | | Change-Id: I66b358ff40703f2713272323ba1c5ae8778c8413
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-131-0/+5
| | | | Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-091-304/+304
| | | | Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6
* Allocate enough memory for TestingWidgetSet SDMLeif Åstrand2016-09-071-0/+1
| | | | Change-Id: I6a06684f9e71ed54f3c1d90e361fa0a9ffc712a3
* Enable assertions for TestingWidgetset, add test to verify thisTeemu Suo-Anttila2016-08-311-2/+4
| | | | Change-Id: I0c5fc24e490edc6e0d3fb7a9b1d2a71d564bb13c
* Make DevelopmentServerLauncher work againArtur Signell2016-08-191-0/+2
| | | | Change-Id: I2014aa3f491cb18a81de15ac992faddfa4762ac8
* Use the same groupId for all modules in the projectArtur Signell2016-08-191-3/+3
| | | | Change-Id: I9017e2540450e9548090c7fcdaefb1de3315587c
* Add Vaadin 7 compatibility modulesArtur Signell2016-08-191-0/+16
| | | | Change-Id: Ife8387c94c85a8167902e69fce5c3a6f761c5d8b
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-10/+0
| | | | Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
* Define dependency version in the main pom fileArtur Signell2016-08-181-28/+8
| | | | Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
* Create module uitest-commonHenri Sara2016-08-171-6/+8
| | | | | | | This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
* Update to GWT 2.8.0-rc2Artur Signell2016-08-121-2/+2
| | | | | | Uses upstream com.google GWT instead of com.vaadin.external.gwt Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303