Removed reports folder

nightwatch-ts
ioedeveloper 4 years ago
parent bb20974488
commit 47da15d4ba
  1. 1
      .circleci/config.yml
  2. 2
      .gitignore
  3. 20
      apps/remix-ide-e2e/src/reports/CHROME_84.0.4147.89_Mac_OS_X_sample.test.xml
  4. 38
      apps/remix-ide-e2e/src/reports/sample.test.xml
  5. BIN
      apps/remix-ide-e2e/src/reports/screenshots/runAndDeploy/Should-connect-to-Goerli-Test-Network-using-MetaMask_FAILED_Aug-12-2020-122802-GMT+0100-(West-Africa-Standard.png
  6. BIN
      apps/remix-ide-e2e/src/reports/screenshots/runAndDeploy/Should-deploy-contract-on-Goerli-Test-Network-using-MetaMask_FAILED_Aug-12-2020-123047-GMT+0100-(West-Africa-Standard.png
  7. BIN
      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
  8. 153
      apps/remix-ide-e2e/src/reports/tests/CHROME_84.0.4147.125_Mac_OS_X_runAndDeploy.xml

@ -66,7 +66,6 @@ jobs:
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background: true background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh - run: ./apps/remix-ide/ci/browser_tests_chrome.sh
- run: ls
- store_test_results: - store_test_results:
path: ./reports/tests path: ./reports/tests
- store_artifacts: - store_artifacts:

2
.gitignore vendored

@ -4,7 +4,7 @@ build
dist dist
node_modules node_modules
lint.xml lint.xml
apps/remix-ide-e2e/reports/* reports/*
babelify-src babelify-src
docs/_build docs/_build
.DS_Store .DS_Store

@ -1,20 +0,0 @@
<?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>

@ -1,38 +0,0 @@
<?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>

@ -1,153 +0,0 @@
<?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>
Loading…
Cancel
Save