comparison client/tests/e2e/reports/login.xml @ 2931:f90f2fd94fbc

added regression test for protocols
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 04 Apr 2019 12:25:35 +0200
parents
children
comparison
equal deleted inserted replaced
2930:1019f4d0e18f 2931:f90f2fd94fbc
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <testsuites errors="0"
3 failures="0"
4 tests="5">
5
6 <testsuite name="login"
7 errors="0" failures="0" hostname="" id="" package="login" skipped="5"
8 tests="5" time="0.000" timestamp="Thu, 04 Apr 2019 10:16:03 GMT">
9
10
11
12 <system-err>
13 Error while running [Protocols / Loading protocols]:
14
15 TypeError: browser.url(...).waitForElementVisible(...).setValue(...).setValue(...).click(...).pause(...).click(...).pause(...).click(...).pause(...).url.contains is not a function
16 at Object.Loading protocols (/home/thomas/go/src/gemma.intevation.de/gemma/client/tests/e2e/specs/protocols.js:31:12)
17 at Module.call (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/module.js:62:34)
18 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/testcase.js:70:29
19 at _fulfilled (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:834:54)
20 at self.promiseDispatch.done (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:863:30)
21 at Promise.promise.promiseDispatch (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:796:13)
22 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:556:49
23 at runSingle (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:137:13)
24 at flush (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:125:13)
25 at _combinedTickCallback (internal/process/next_tick.js:132:7)
26 </system-err>
27
28
29
30
31 <testcase
32 name="Page Load" classname="login">
33 <skipped />
34 </testcase>
35
36 <testcase
37 name="Login failed" classname="login">
38 <skipped />
39 </testcase>
40
41 <testcase
42 name="Login oana success" classname="login">
43 <skipped />
44 </testcase>
45
46 <testcase
47 name="Login oana switch url" classname="login">
48 <skipped />
49 </testcase>
50
51 <testcase
52 name="Login switch user from oana to sophie" classname="login">
53 <skipped />
54 </testcase>
55
56
57 </testsuite>
58 </testsuites>