annotate client/tests/e2e/reports/protocols.xml @ 3984:2fa052a44300

Set schema version in update-db.sh, not in extra scripts. Also fixed handling of empty gemma_schema_version table.
author Sascha Wilde <wilde@intevation.de>
date Wed, 17 Jul 2019 13:54:01 +0200
parents f90f2fd94fbc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2931
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" ?>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <testsuites errors="1"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 failures="0"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 tests="1">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
6 <testsuite name="protocols"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
7 errors="1" failures="0" hostname="" id="" package="protocols" skipped="0"
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
8 tests="1" time="0.005000" timestamp="Thu, 04 Apr 2019 10:16:03 GMT">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10 <testcase name="Loading protocols" classname="protocols" time="0.005000" assertions="0">
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
11 </testcase>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
12
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
13
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
14
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
15 <system-err>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
16 Error while running [Protocols / Loading protocols]:
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
17
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
18 TypeError: browser.url(...).waitForElementVisible(...).setValue(...).setValue(...).click(...).pause(...).click(...).pause(...).click(...).pause(...).url.contains is not a function
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
19 at Object.Loading protocols (/home/thomas/go/src/gemma.intevation.de/gemma/client/tests/e2e/specs/protocols.js:31:12)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
20 at Module.call (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/module.js:62:34)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
21 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/nightwatch/lib/runner/testcase.js:70:29
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
22 at _fulfilled (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:834:54)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
23 at self.promiseDispatch.done (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:863:30)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
24 at Promise.promise.promiseDispatch (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:796:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
25 at /home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:556:49
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
26 at runSingle (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:137:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
27 at flush (/home/thomas/go/src/gemma.intevation.de/gemma/client/node_modules/q/q.js:125:13)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
28 at _combinedTickCallback (internal/process/next_tick.js:132:7)
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
29 </system-err>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
30
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
31
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
32
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
33 </testsuite>
f90f2fd94fbc added regression test for protocols
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
34 </testsuites>