summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/VerifyBrowserVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* Update TB3+ convention to use a separate *Test fileArtur Signell2013-10-081-48/+0
| | | | | | | | | | | | For any issue there should be a UI class, e.g. LabelSomething and a Test class which has the name of the UI + Test, e.g. LabelSomethingTest. The LabelSomethingTest contains ALL tests which depend on LabelSomething and are named accordingly to what they test. For special and legacy cases also LegacyApplication and UIProvider are supported in addition to UI classes Change-Id: Ifc0180b377284bbd029202494ad194d324f8213b
* Refactor how TB3 tests are written (#12572)Artur Signell2013-09-271-0/+1
| | | | | | * openTestUrl() must be called in the beginning of each test. Before that setPush and setDebug can be used to determine whether /run-push or ?debug should be used in the URL Change-Id: Ie70996fcbdb2769fcd4ec56cb878e20198e02bf6
* Added user agent for IE 11 (#12631)Artur Signell2013-09-271-0/+3
| | | | Change-Id: I1ba1791c04a3d1685e1bc482d2b04a748e19f012
* TB3 test for browsers (#12572)Artur Signell2013-09-241-3/+51
| | | | Change-Id: I1011aed7b3a7f4a339199be4e598b02b27500307
* Combine ApplicationContext into Application (#9402)Leif Åstrand2012-09-051-3/+1
|
* Rename WebApplicationContext -> ServletApplicationContext (#9402)Leif Åstrand2012-09-031-2/+2
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-0/+29