Skip to content

Eim 113 logs button #255

Eim 113 logs button

Eim 113 logs button #255

GitHub Actions / Auto Tests linux-x64.zip failed Jan 29, 2025 in 1s

5 passed, 3 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
results-default.json 2✅ 1❌ 33s
results-expert.json 2✅ 1❌ 29s
results-startup.json 1✅ 1❌ 31s

❌ results-default.json

3 tests were completed in 33s with 2 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tests/scripts/defaultInstall.test.js 2✅ 1❌ 6s

❌ tests/scripts/defaultInstall.test.js

EIM Application Launch
  ✅ Should show installation options
  ✅ Should show welcome page
  ❌ Should start simplified setup
	installing.isDisplayed is not a function

❌ results-expert.json

3 tests were completed in 29s with 2 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tests/scripts/expertInstall.test.js 2✅ 1❌ 3s

❌ tests/scripts/expertInstall.test.js

EIM expert Installation
  ✅ Should show expert installation option
  ❌ Should show list of prerequisites
	cmake: expected [ Array(1) ] to include 'git'
  ✅ Should show welcome page

❌ results-startup.json

2 tests were completed in 31s with 1 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tests/scripts/startup.test.js 1✅ 1❌ 4s

❌ tests/scripts/startup.test.js

EIM Application Launch
  ❌ Should show correct version number
	Expected correct version shown on page: expected 'ESP-IDF Installation Manager 0.1.1Log…' to equal 'ESP-IDF Installation Manager 0.1.1'
  ✅ Should show welcome page

Annotations

Check failure on line 0 in results-default.json

See this annotation in the file changed.

@github-actions github-actions / Auto Tests linux-x64.zip

tests/scripts/defaultInstall.test.js ► EIM Application Launch ► Should start simplified setup

Failed test found in:
  results-default.json
Error:
  installing.isDisplayed is not a function
Raw output
TypeError: installing.isDisplayed is not a function
    at Context.<anonymous> (file:///home/runner/work/idf-im-ui/idf-im-ui/tests/scripts/defaultInstall.test.js:89:34)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in results-expert.json

See this annotation in the file changed.

@github-actions github-actions / Auto Tests linux-x64.zip

tests/scripts/expertInstall.test.js ► EIM expert Installation ► Should show list of prerequisites

Failed test found in:
  results-expert.json
Error:
  cmake: expected [ Array(1) ] to include 'git'
Raw output
AssertionError: cmake: expected [ Array(1) ] to include 'git'
    at Context.<anonymous> (file:///home/runner/work/idf-im-ui/idf-im-ui/tests/scripts/expertInstall.test.js:89:43)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in results-startup.json

See this annotation in the file changed.

@github-actions github-actions / Auto Tests linux-x64.zip

tests/scripts/startup.test.js ► EIM Application Launch ► Should show correct version number

Failed test found in:
  results-startup.json
Error:
  Expected correct version shown on page: expected 'ESP-IDF Installation Manager 0.1.1Log…' to equal 'ESP-IDF Installation Manager 0.1.1'
Raw output
AssertionError: Expected correct version shown on page: expected 'ESP-IDF Installation Manager 0.1.1Log…' to equal 'ESP-IDF Installation Manager 0.1.1'
    at Context.<anonymous> (file:///home/runner/work/idf-im-ui/idf-im-ui/tests/scripts/startup.test.js:68:71)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)