Difference between revisions of "AppSuite:Web Tests"

m (Mheiland moved page AppSuite:UI Tests to AppSuite:Web Tests)
Line 1: Line 1:
= OX App Suite UI tests =
+
= OX App Suite Web Tests =
 +
 
 +
Functional tests for the web interface of OX App Suite simulate end-user operations. To use it, clone the following repository:
 +
 
 +
<code>
 +
$ git clone
 +
https://code.open-xchange.com/git/wd/testing/web
 +
</code>
 +
 
 +
Documentation can be found at <code>TBD</code>.
  
 
[[Category: AppSuite]] [[Category: Testing]]
 
[[Category: AppSuite]] [[Category: Testing]]

Revision as of 21:21, 14 May 2016

OX App Suite Web Tests

Functional tests for the web interface of OX App Suite simulate end-user operations. To use it, clone the following repository:

$ git clone https://code.open-xchange.com/git/wd/testing/web

Documentation can be found at TBD.