Commit 47da15d4 authored by ioedeveloper's avatar ioedeveloper

Removed reports folder

parent bb209744
......@@ -66,7 +66,6 @@ jobs:
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh
- run: ls
- store_test_results:
path: ./reports/tests
- store_artifacts:
......
......@@ -4,7 +4,7 @@ build
dist
node_modules
lint.xml
apps/remix-ide-e2e/reports/*
reports/*
babelify-src
docs/_build
.DS_Store
......
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites errors="0"
failures="0"
tests="1">
<testsuite name="sample.test"
errors="0" failures="0" hostname="" id="" package="sample.test" skipped="0"
tests="1" time="3.065" timestamp="">
<testcase name="Test Computation" classname="sample.test" time="3.065" assertions="0">
</testcase>
</testsuite>
</testsuites>
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites errors="0"
failures="0"
tests="0">
<testsuite name="sample.test"
errors="0" failures="0" hostname="" id="" package="sample.test" skipped="0"
tests="0" time="0" timestamp="">
<system-err>
Error: An error occurred while retrieving a new session: &#34;Connection refused to 127.0.0.1:4444&#34;. If the Webdriver/Selenium service is managed by Nightwatch, check if &#34;start_process&#34; is set to &#34;true&#34;.
at HttpRequest.EventEmitter.emit (domain.js:448:20)
at ClientRequest.EventEmitter.emit (domain.js:448:20)
at Socket.socketErrorListener (_http_client.js:392:9)
at Socket.EventEmitter.emit (domain.js:448:20)
</system-err>
<error message="An error occurred while retrieving a new session: &#34;Connection refused to 127.0.0.1:4444&#34;. If the Webdriver/Selenium service is managed by Nightwatch, check if &#34;start_process&#34; is set to &#34;true&#34;."><![CDATA[
Error: An error occurred while retrieving a new session: &#34;Connection refused to 127.0.0.1:4444&#34;. If the Webdriver/Selenium service is managed by Nightwatch, check if &#34;start_process&#34; is set to &#34;true&#34;.
at Selenium2Protocol.handleSessionCreateError (/Users/mac/Public/repos/ethereum/remix-project/node_modules/nightwatch/lib/transport/transport.js:103:15)
at HttpRequest.request.on.err (/Users/mac/Public/repos/ethereum/remix-project/node_modules/nightwatch/lib/transport/transport.js:158:32)
at HttpRequest.emit (events.js:198:13)
at HttpRequest.EventEmitter.emit (domain.js:448:20)
at ClientRequest.originalIssuer.on.args (/Users/mac/Public/repos/ethereum/remix-project/node_modules/nightwatch/lib/http/request.js:131:19)
at ClientRequest.emit (events.js:203:15)
at ClientRequest.EventEmitter.emit (domain.js:448:20)
at Socket.socketErrorListener (_http_client.js:392:9)
at Socket.emit (events.js:198:13)
at Socket.EventEmitter.emit (domain.js:448:20)
]]></error>
</testsuite>
</testsuites>
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites errors="0"
failures="1"
tests="7">
<testsuite name="runAndDeploy"
errors="0" failures="1" hostname="" id="" package="runAndDeploy" skipped="5"
tests="7" time="53.94" timestamp="">
<testcase name="@sources" classname="runAndDeploy" time="0.001000" assertions="0">
</testcase>
<testcase name="Should load run and deploy tab" classname="runAndDeploy" time="0.1440" assertions="4">
</testcase>
<testcase name="Should sign message using account key" classname="runAndDeploy" time="2.359" assertions="9">
</testcase>
<testcase name="Should deploy contract on JavascriptVM" classname="runAndDeploy" time="6.995" assertions="11">
</testcase>
<testcase name="Should run low level interaction (fallback function)" classname="runAndDeploy" time="5.541" assertions="7">
</testcase>
<testcase name="Should connect to Goerli Test Network using MetaMask" classname="runAndDeploy" time="28.68" assertions="12">
</testcase>
<testcase name="Should deploy contract on Goerli Test Network using MetaMask" classname="runAndDeploy" time="10.22" assertions="1"> <failure message="Timed out while waiting for element &lt;*[data-id=&#34;runTabSelectAccount&#34;] option&gt; to be present for 10000 milliseconds. - expected &#34;found&#34; but got: &#34;not found&#34; (10216ms)"> at Object.Should deploy contract on Goerli Test Network using MetaMask (/Users/mac/Public/repos/ethereum/remix-project/dist/apps/remix-ide-e2e/src/tests/runAndDeploy.js:82:17)</failure>
<system-out>[[ATTACHMENT|/Users/mac/Public/repos/ethereum/remix-project/apps/remix-ide-e2e/src/reports/screenshots/runAndDeploy/Should-deploy-contract-on-Goerli-Test-Network-using-MetaMask_FAILED_Aug-12-2020-123234-GMT+0100-(West-Africa-Standard.png]]</system-out>
</testcase>
<testcase
name="Should run low level interaction (fallback function) on Goerli Test Network using MetaMask" classname="runAndDeploy">
<skipped />
</testcase>
<testcase
name="Should connect to Ethereum Main Network using MetaMask" classname="runAndDeploy">
<skipped />
</testcase>
<testcase
name="Should deploy contract on Ethereum Main Network using MetaMask" classname="runAndDeploy">
<skipped />
</testcase>
<testcase
name="Should debug Ropsten transaction with source highlighting using the source verifier service and MetaMask" classname="runAndDeploy">
<skipped />
</testcase>
<testcase
name="tearDown" classname="runAndDeploy">
<skipped />
</testcase>
</testsuite>
</testsuites>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment