add screenshots

pull/4978/head
Your Name 7 months ago committed by Aniket
parent 600efd95b7
commit c90f421766
  1. 2
      apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts

@ -216,7 +216,9 @@ const tests = {
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('debugger')
.setValue('*[data-id="debuggerTransactionInput"]', txhash) // debug tx
.saveScreenshot('./reports/screenshot/metamask_2.png')
.click('*[data-id="debuggerTransactionStartButton"]')
.saveScreenshot('./reports/screenshot/metamask_3.png')
.waitForElementVisible('*[data-id="treeViewDivto"]', 30000)
.checkVariableDebug('soliditylocals', localsCheck)
.perform(() => done())

Loading…
Cancel
Save