release commit v0.1.4 #65
4 fail, 9 pass in 26m 44s
5 files 22 suites 26m 44s ⏱️
13 tests 9 ✅ 0 💤 4 ❌
22 runs 15 ✅ 0 💤 7 ❌
Results for commit 7cb6634.
Annotations
Check warning on line 0 in should show correct version number
github-actions / Test Results
All 2 runs failed: Installation Manager Tests - Installation using default settings CLI Arguments Tests should show correct version number (should show correct version number)
./artifacts/test-results-ubuntu-latest.zip/results-default-test.xml [took 10s]
./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 10s]
Raw output
expected false to be true
AssertionError: expected false to be true
at Context.<anonymous> (file:///home/runner/work/idf-im-cli/idf-im-cli/tests/script/commandLineArguments.test.js:31:38)
+ expected - actual
-false
+true
Check warning on line 0 in Should install IDF using wizard and default values
github-actions / Test Results
All 2 runs failed: Installation Manager Tests - Installation using default settings Check IDF Install Wizard steps Should install IDF using wizard and default values (Should install IDF using wizard and default values)
./artifacts/test-results-ubuntu-latest.zip/results-default-test.xml [took 2m 3s]
./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 4m 40s]
Raw output
expected '\r\n\r\u001b[2K\u001b[1A\r\u001b[2K\u…' to include 'Finished fetching submodules'
AssertionError: expected '\r\n\r\u001b[2K\u001b[1A\r\u001b[2K\u…' to include 'Finished fetching submodules'
at Context.<anonymous> (file:///home/runner/work/idf-im-cli/idf-im-cli/tests/script/installWizard.test.js:113:42)
Check warning on line 0 in Should create a new project based on a template
github-actions / Test Results
2 out of 3 runs failed: Installation Manager Tests - Installation using default settings Check if IDF installation is functional Should create a new project based on a template (Should create a new project based on a template)
./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 0s]
Raw output
read EPIPE
Error: read EPIPE
at Pipe.onStreamRead (node:internal/stream_base_commons:218:20)
Check warning on line 0 in Should build project for the selected target
github-actions / Test Results
1 out of 2 runs failed: Installation Manager Tests - Installation using default settings Check if IDF installation is functional Should build project for the selected target (Should build project for the selected target)
./artifacts/test-results-windows-latest.zip/results-default-test.xml [took 5m 0s]
Raw output
Timeout of 300000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\idf-im-cli\idf-im-cli\tests\runs\defaultInstall.test.js)
Error: Timeout of 300000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\idf-im-cli\idf-im-cli\tests\runs\defaultInstall.test.js)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)