summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tb3/TB3TestSuite.java
Commit message (Collapse)AuthorAgeFilesLines
* Use TestBench-4.0.2Teemu Suo-Anttila2015-03-041-23/+10
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Add test suites for running changed and affected tests.Sauli Tähkäpää2014-11-131-199/+8
| | | | Change-Id: I388e592d4e98d9417fe5273f8e7f7d3e1f7b63e9
* Update copyright year to 2014Artur Signell2014-04-161-2/+2
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Added categories inclusion and exclusion feature to TB3TestSuite.Sauli Tähkäpää2014-03-281-1/+1
| | | | | | | | Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
* Make ExcludeFromSuite annotation Runtime and InheritedTeemu Suo-Anttila2014-03-111-5/+1
| | | | Change-Id: I35169d1560ae5e1b9a057d6350de14947f6155ae
* Allow excluding test from the standard test suiteArtur Signell2013-11-301-0/+18
| | | | | | Mostly useful for very long running tests Change-Id: I9027f981da0a1e6ba464196449f2a9c27e965d2f
* Limit the number of tests run concurrently (#12572)Artur Signell2013-09-261-1/+16
| | | | Change-Id: I015e92ccc9be963543032c14dd9d051bcba58e53
* Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-241-0/+223
* Main build configuration triggers unit tests for all modules and uitest/build.xml testbench tests in parallel * uitest/build.xml triggers Jetty startup and integration (server) tests in parallel. After the server has started, TB2 and TB3 tests are run in parallel. * Server integration tests for servlet containers are run using TB3 and the com.vaadin.tests.tb3.ServletIntegrationTests test suite. * Portlet integration tests are still run using TB2 test scripts Change-Id: Ie6bffd4e68b4889074e9c470faa3c65f923e55c4