53 lines
4.2 KiB
XML
53 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
||
<testsuites errors="3"
|
||
failures="0"
|
||
tests="1">
|
||
|
||
<testsuite name="newHelloWordTest"
|
||
errors="3" failures="0" hostname="" id="" package="newHelloWordTest" skipped="0"
|
||
tests="1" time="0.000" timestamp="">
|
||
|
||
<testcase name="check if the component has ben mounted" classname="newHelloWordTest" time="0" assertions="0">
|
||
<error message="Error while running "mountVueComponent" command: [WebDriverError] Error while running "launchComponentRenderer" command: [WebDriverError] Error while running "navigateTo" command: [WebDriverError] Unable to navigate to url http://localhost:5173/_nightwatch/: Reached error page: about:neterror?e=connectionFailure&u=http%3A//localhost%3A5173/_nightwatch/&c=UTF-8&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20localhost%3A5173." type="error"><![CDATA[
|
||
Error
|
||
at DescribeInstance.<anonymous> (/Users/lightings/works/jc/gpal/gpaldemo/test/comment/newHelloWordTest.js:4:13)
|
||
at Context.call (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/context.js:476:35)
|
||
at TestCase.run (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/testcase.js:58:31)
|
||
at Runnable.__runFn (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/index.js:745:80)
|
||
at Runnable.run (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/runnable.js:126:21)
|
||
at TestSuite.executeRunnable (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/index.js:898:49)
|
||
at TestSuite.handleRunnable (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/index.js:913:33)
|
||
at /Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/testsuite/index.js:745:21
|
||
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
||
at async DefaultRunner.runTestSuite (/Users/lightings/works/jc/gpal/gpaldemo/node_modules/nightwatch/lib/runner/test-runners/default.js:76:7)
|
||
]]></error>
|
||
|
||
</testcase>
|
||
|
||
|
||
|
||
<system-err>
|
||
WebDriverError: Unable to navigate to url http://localhost:5173/_nightwatch/: Reached error page: about:neterror?e=connectionFailure&u=http%3A//localhost%3A5173/_nightwatch/&c=UTF-8&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20localhost%3A5173.
|
||
WebDriverError: Error while running "navigateTo" command: [WebDriverError] Unable to navigate to url http://localhost:5173/_nightwatch/: Reached error page: about:neterror?e=connectionFailure&u=http%3A//localhost%3A5173/_nightwatch/&c=UTF-8&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20localhost%3A5173.
|
||
WebDriverError
|
||
Error while running "mountVueComponent" command: [WebDriverError] Error while running "launchComponentRenderer" command: [WebDriverError] Error while running "navigateTo" command: [WebDriverError] Unable to navigate to url http://localhost:5173/_nightwatch/: Reached error page: about:neterror?e=connectionFailure&u=http%3A//localhost%3A5173/_nightwatch/&c=UTF-8&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20localhost%3A5173.
|
||
|
||
Error location:
|
||
/Users/lightings/works/jc/gpal/gpaldemo/test/comment/newHelloWordTest.js:
|
||
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||
2 | it('check if the component has ben mounted', async(browser) =>
|
||
3 | {
|
||
4 | browser.mountVueComponent('/src/components/HelloWorld.vue', {
|
||
5 | plugins: {
|
||
6 | router: '/src/router/index.js'
|
||
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
</system-err>
|
||
|
||
|
||
|
||
|
||
|
||
</testsuite>
|
||
</testsuites>
|