summaryrefslogtreecommitdiffstats
path: root/uitest/tb3test.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use TestBench-4.0.2Teemu Suo-Anttila2015-02-191-1/+4
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Add build parameter com.vaadin.testbench.hub.url.Sauli Tähkäpää2015-02-171-0/+2
| | | | Change-Id: I413c1dfffcba794aeaa33bbfef4b90b22f5f6fb7
* Make junit.test.suite a property.Sauli Tähkäpää2014-11-151-4/+2
| | | | Change-Id: I3dd66e5f11a99efc3777513dc0e2989e8007c9c1
* Activated RetryOnFail on AbstractTB3Test.Sauli Tähkäpää2014-10-071-0/+2
| | | | Change-Id: I7d000593ba77f2edf7743775dbd8d7241c33e36a
* Pass useLocalWebDriver parameter to JUnit.Sauli Tähkäpää2014-06-041-0/+2
| | | | Change-Id: I4840da6281c8be676384aa5b71bf689f7083ee36
* Added categories inclusion and exclusion feature to TB3TestSuite.Sauli Tähkäpää2014-03-281-0/+6
| | | | | | | | Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
* Added browser inclusion and exclusion for TB3Runner.Sauli Tähkäpää2014-03-271-0/+2
| | | | Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f
* Output test results in XML reports instead of to standard outputArtur Signell2013-11-181-3/+7
| | | | | | | | | | | | | | | | This is a workaround for a problem with the integrated TeamCity JUnit listener which is not thread safe. Without this the test results are completely mixed up in TeamCity. For more information, see http://youtrack.jetbrains.com/issue/TW-33176. All standard JUnit test reports is put in result/reports. For uitest there are three report directories: result/reports-tb2, result/reports-tb3 and result/reports-integration to be able to clean the directories before running a given type of tests. This change is based on the separate fixes by John. Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
* Revert "Only print testbench failure TeamCity messages when running in TC"Artur Signell2013-10-301-9/+0
| | | | | | This reverts commit d0e604f6b509767c46ffe0fd6765cf23535f593e. Change-Id: I14509a9cb1365761d02a3a8a18d3febc4a7ba918
* Allow skipping TB2/TB3 tests using tests.tb2/tb3.skipArtur Signell2013-10-151-1/+1
| | | | Change-Id: If9f16657731fa5ea06e61bf9702abe385e4fc7a1
* Only print testbench failure TeamCity messages when running in TCJohn Ahlroos2013-10-021-0/+9
| | | | Change-Id: Ifa04ce512743bc8ccddea0bdca7b82cceaff150e
* Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-241-0/+33
* 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