[Study] feat(showcase): add elf usage for server state #1772
21 passed, 2 failed and 0 skipped
Report | Passed | Failed | Skipped | Time |
---|---|---|---|---|
@ama-sdk/create/dist-test/it-report.xml | 5✅ | 1❌ | 320s | |
@ama-sdk/schematics/dist-test/it-report.xml | 6ms | |||
@o3r/analytics/dist-test/it-report.xml | 1✅ | 151s | ||
@o3r/apis-manager/dist-test/it-report.xml | 1✅ | 133s | ||
@o3r/components/dist-test/it-report.xml | 1✅ | 144s | ||
@o3r/configuration/dist-test/it-report.xml | 1✅ | 149s | ||
@o3r/core/dist-test/it-report.xml | 1✅ | 1330s | ||
@o3r/create/dist-test/it-report.xml | 1✅ | 1❌ | 244s | |
@o3r/design/dist-test/it-report.xml | 1✅ | 119s | ||
@o3r/eslint-config-otter/dist-test/it-report.xml | 2✅ | 577s | ||
@o3r/extractors/dist-test/it-report.xml | 1✅ | 378s | ||
@o3r/localization/dist-test/it-report.xml | 1✅ | 160s | ||
@o3r/rules-engine/dist-test/it-report.xml | 1✅ | 158s | ||
@o3r/stylelint-plugin/dist-test/it-report.xml | 1✅ | 146s | ||
@o3r/styling/dist-test/it-report.xml | 1✅ | 249s | ||
@o3r/testing/dist-test/it-report.xml | 2✅ | 201s |
❌ @ama-sdk/create/dist-test/it-report.xml
6 tests were completed in 320s with 5 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Create new sdk command | 5✅ | 1❌ | 306s |
❌ Create new sdk command
Create new sdk command should generate a light SDK when the specification is provided
✅ Create new sdk command should generate a light SDK when the specification is provided
Create new sdk command should generate a full SDK when the specification is provided
✅ Create new sdk command should generate a full SDK when the specification is provided
Create new sdk command should generate an SDK with no package scope
✅ Create new sdk command should generate an SDK with no package scope
Create new sdk command should generate an empty SDK ready to be used
✅ Create new sdk command should generate an empty SDK ready to be used
Create new sdk command should fail when there is an error
✅ Create new sdk command should fail when there is an error
Create new sdk command should use pinned versions when --exact-o3r-version is used
❌ Create new sdk command should use pinned versions when --exact-o3r-version is used
Error: expect(received).not.toThrow()
✅ @ama-sdk/schematics/dist-test/it-report.xml
No tests found
✅ @o3r/analytics/dist-test/it-report.xml
1 tests were completed in 151s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with analytics | 1✅ | 136s |
✅ new otter application with analytics
new otter application with analytics should add analytics to existing application
✅ new otter application with analytics should add analytics to existing application
✅ @o3r/apis-manager/dist-test/it-report.xml
1 tests were completed in 133s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with apis-manager | 1✅ | 119s |
✅ new otter application with apis-manager
new otter application with apis-manager should add apis-manager to existing application
✅ new otter application with apis-manager should add apis-manager to existing application
✅ @o3r/components/dist-test/it-report.xml
1 tests were completed in 144s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with components | 1✅ | 126s |
✅ new otter application with components
new otter application with components should add components to existing application
✅ new otter application with components should add components to existing application
✅ @o3r/configuration/dist-test/it-report.xml
1 tests were completed in 149s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with configuration | 1✅ | 135s |
✅ new otter application with configuration
new otter application with configuration should add configuration to existing application
✅ new otter application with configuration should add configuration to existing application
✅ @o3r/core/dist-test/it-report.xml
1 tests were completed in 1330s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application | 1✅ | 1311s |
✅ new otter application
new otter application should build empty app
✅ new otter application should build empty app
❌ @o3r/create/dist-test/it-report.xml
2 tests were completed in 244s with 1 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Create new otter project command | 1✅ | 1❌ | 230s |
❌ Create new otter project command
Create new otter project command should generate a project with an application
✅ Create new otter project command should generate a project with an application
Create new otter project command should generate a project with an application with --exact-o3r-version
❌ Create new otter project command should generate a project with an application with --exact-o3r-version
Error: expect(received).not.toThrow()
✅ @o3r/design/dist-test/it-report.xml
1 tests were completed in 119s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with Design | 1✅ | 103s |
✅ new otter application with Design
new otter application with Design should add design to existing application
✅ new otter application with Design should add design to existing application
✅ @o3r/eslint-config-otter/dist-test/it-report.xml
2 tests were completed in 577s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with eslint-config | 2✅ | 561s |
✅ new otter application with eslint-config
new otter application with eslint-config should add eslint-config to existing application
✅ new otter application with eslint-config should add eslint-config to existing application
new otter application with eslint-config should add eslint-config to new library
✅ new otter application with eslint-config should add eslint-config to new library
✅ @o3r/extractors/dist-test/it-report.xml
1 tests were completed in 378s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with extractors | 1✅ | 361s |
✅ new otter application with extractors
new otter application with extractors should add extractors to existing application
✅ new otter application with extractors should add extractors to existing application
✅ @o3r/localization/dist-test/it-report.xml
1 tests were completed in 160s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with localization | 1✅ | 143s |
✅ new otter application with localization
new otter application with localization should add localization to existing application
✅ new otter application with localization should add localization to existing application
✅ @o3r/rules-engine/dist-test/it-report.xml
1 tests were completed in 158s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with rules-engine | 1✅ | 143s |
✅ new otter application with rules-engine
new otter application with rules-engine should add rules engine to existing application
✅ new otter application with rules-engine should add rules engine to existing application
✅ @o3r/stylelint-plugin/dist-test/it-report.xml
1 tests were completed in 146s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with stylelint-plugin | 1✅ | 134s |
✅ new otter application with stylelint-plugin
new otter application with stylelint-plugin should add stylelint-plugin to existing application
✅ new otter application with stylelint-plugin should add stylelint-plugin to existing application
✅ @o3r/styling/dist-test/it-report.xml
1 tests were completed in 249s with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with styling | 1✅ | 232s |
✅ new otter application with styling
new otter application with styling should add styling to existing application
✅ new otter application with styling should add styling to existing application
✅ @o3r/testing/dist-test/it-report.xml
2 tests were completed in 201s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
new otter application with testing | 2✅ | 188s |
✅ new otter application with testing
new otter application with testing should add testing to existing application
✅ new otter application with testing should add testing to existing application
new otter application with testing should add testing to existing application and fixture to component
✅ new otter application with testing should add testing to existing application and fixture to component
Annotations
Check failure on line 83 in packages/@o3r/test-helpers/src/utilities/package-manager.ts
github-actions / IT Tests report-windows-latest-yarn
Create new sdk command ► Create new sdk command should use pinned versions when --exact-o3r-version is used ► Create new sdk command should use pinned versions when --exact-o3r-version is used
Failed test found in:
@ama-sdk/create/dist-test/it-report.xml
Error:
Error: expect(received).not.toThrow()
Raw output
Error: expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: yarn create @[email protected] typescript @my-test/sdk --exact-o3r-version --package-manager yarn --spec-path D:\\a\\otter\\it-tests\\test-create-sdk5\\swagger-spec.yml
STDERR:·
OUTPUT:
,➤ YN0000: · Yarn 4.2.1
➤ YN0000: ┌ Resolution step
::group::Resolution step
➤ YN0082: │ @ama-sdk/create@npm:999.0.1715551826952: No candidates found
::endgroup::
➤ YN0082: @ama-sdk/create@npm:999.0.1715551826952: No candidates found
➤ YN0000: └ Completed
➤ YN0000: · Failed with errors in 0s 62ms
,"
81 | // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports
82 | // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
> 83 | throw new Error(`Command failed: ${args.join(' ') }\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`);
| ^
84 | }
85 | }
86 |
at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:83:11)
at packageManagerCreate (packages/@o3r/test-helpers/src/utilities/package-manager.ts:105:10)
at packages/@ama-sdk/create/src/index.it.spec.ts:116:27
at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11)
at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21)
at Object.<anonymous> (packages/@ama-sdk/create/src/index.it.spec.ts:120:11)
at Object.<anonymous> (D:\a\otter\otter\packages\@ama-sdk\create\src\index.it.spec.ts:120:11)
at Promise.then.completed (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\utils.js:298:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\utils.js:231:10)
at _callCircusTest (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\run.js:316:40)
at _runTest (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\run.js:252:3)
at _runTestsForDescribeBlock (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\run.js:126:9)
at _runTestsForDescribeBlock (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\run.js:121:9)
at run (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\run.js:71:3)
at runAndTransformResultsToJestFormat (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapterInit.js:122:21)
at jestAdapter (D:\a\otter\otter\.yarn\cache\jest-circus-npm-29.7.0-f7679858c6-716a8e3f40.zip\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapter.js:79:19)
at runTestInternal (D:\a\otter\otter\.yarn\cache\jest-runner-npm-29.7.0-3bc9f82b58-9d8748a494.zip\node_modules\jest-runner\build\runTest.js:367:16)
at runTest (D:\a\otter\otter\.yarn\cache\jest-runner-npm-29.7.0-3bc9f82b58-9d8748a494.zip\node_modules\jest-runner\build\runTest.js:444:34)
at Object.worker (D:\a\otter\otter\.yarn\cache\jest-runner-npm-29.7.0-3bc9f82b58-9d8748a494.zip\node_modules\jest-runner\build\testWorker.js:106:12)
Check failure on line 83 in packages/@o3r/test-helpers/src/utilities/package-manager.ts
github-actions / IT Tests report-windows-latest-yarn
Create new otter project command ► Create new otter project command should generate a project with an application with --exact-o3r-version ► Create new otter project command should generate a project with an application with --exact-o3r-version
Failed test found in:
@o3r/create/dist-test/it-report.xml
Error:
Error: expect(received).not.toThrow()
Raw output
Error: expect(received).not.toThrow()
Error name: "Error"
Error message: "Command failed: npm create @[email protected] my-project -- --package-manager yarn --skip-confirmation --exact-o3r-version --yarn-version 4.2.1
STDERR:
- Installing packages (yarn)...
✔ Packages installed successfully.
npm ERR! code 2
npm ERR! path D:\\a\\otter\\it-tests\\test-create-app1
npm ERR! command failed
npm ERR! command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager yarn --skip-confirmation --exact-o3r-version --yarn-version 4.2.1·
npm ERR! A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2024-05-12T23_37_53_470Z-debug-0.log·
OUTPUT:
,·
&BPPPB & &BPGB&
#Y7!!!!!J# &#BGP5YYJJ??????????JJYY5PG#& P7!!!!7JG
#!!!!!!!!!7Y5J?7!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JPB5!!!!!!!!!G
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!~5
BJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?5
&?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7B
G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
#J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?B
P7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y&
&Y!!!!!!!!!!!!7??!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!777!!!!!!!!!!!!!?#
&?!!!!!!!!!!!!J&J!!!!!!!!7?Y5PPPP55J7!!!!!!!!!5B?&P!!!!!!!!!!!!!7B
&?!!!!!!!!!!!!!?B##P!!!!!!!!!5 &?!!!!!!!!Y&&&P!!!!!!!!!!!!!!!B
J!!!!!!!!J7!!!!!!7!!!!!!!!!!!7YB& BY!!!!!!!!!!777!!!!!!!?7!!!!!!!7#
P!!!!!!!!YB!!!!!!!!!!!!!!!!!!!!!!7JY5YJ?!!!!!!!!!!!!!!!!!!!!!!YG!!!!!!!!J
&7!!!!!!!!GG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!J&7!!!!!!!!B
B!!!!!!!!!Y&7!!!!!!!!!!!!!!!!!!77JY5PPP5YJ?7!!!!!!!!!!!!!!!!!!!BG!!!!!!!!!Y
B!!!!!!!!!!P#Y7!!!!!!!!!!!!7JY5P5YJ????JJY5PP5J?!!!!!!!!!!!!!JBG7!!!!!!!!!J
B!!!!!!!!!!!?PG5J?7777?JY5PPYJ7!!!!!!!!!!!!!7J5PPPYJ?77!77?5GBY!!!!!!!!!!!5
J!!!!!!!!!!!!7JY555555YJ?7!!!!!!!!!!!!!!!!!!!!!7?JY5555555Y?!!!!!!!!!!!!!#
#?!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JYJJJ?JJJYY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!P
&J!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?JYYYYJ??7!!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
G?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75&
BY?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7JG&
#PYJ?7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!77?YPB&
&BPPB &Y7JYYYJ7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?YYYJ??B
#?!!!!?P B7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
Y!!!!!!!?B P!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Y
Y!!!!!!!!!Y& P!!!!!!!!!5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?Y7!!!!!!!!Y
5!!!!!!!!!!7G G!!!!!!!!!!75GY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?PP?!!!!!!!!!!5
#!!!!!!!!!!!!Y!!!!!!!!!!!!?5GPY7!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?5GPJ!!!!!!!!!!!!!G
J!!!!!!!!!!!7&Y!!!!!!!!!!!!!!!7J5GPY?7!!!!!!!!!!!!!!!!!!!!!!7JPGPJ7!!!!!!!!!!!!!!!7&
#7!!!!!!!!!!5#!!!!!!!!!!!!!!!!!!!!?Y5PPY?!!!!!!!!!!!!!!!7J5PPY?7!!!!!!!!!!!!!!!!!!!5
G!!!!!!!!!7&Y!!!!!!!!!!!!!!!!!!!!!!!!?YGG7!!!!!!!!!!!!5BPJ7!!!!!!!!!!!!!!!!!7!!!!!7&
P!!!!!!!!J&7!!!!!?P5?!!!!!!!!!!!!!!!!!!P&7!!!!!!!!!!P#7!!!!!!!!!!!!!!!!!7YPY!!!!!!B
P!!!!!!!5#!!!!!!!7YGG5?7!!!!!!!!!!!!!!G#7!!!!!!!!!!P&7!!!!!!!!!!!!!!?YPBP?!!!!!!!P
B7!!!!!PB!!!!!!!!!!?YPGP5J??777777J5GP7!!!!!!!!!!!7P#PJ?77!777?JYPGGPJ7!!!!!!!!!5
&J!!!!PB!!!!!!!!!!!!!!?J5PPPPPPPP5Y7!!!!!!!!!!!!!!!7YPGGPPPPPP5YJ7!!!!!!!!!!!!!5
P7!!5#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!7!!!!!!!!!!!!!!!!!!!!!P
&5!? ?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!YPY5Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
#Y#G!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!75P5GJ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7!!77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7#
&##BGPP557!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7Y5PPGBB#&
&PJ?77!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7?J5#
&?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5
&?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!B
#J!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7777????JJJJJJJYYYYJJJJJJJ????7777!!!!!!!!!!!!!!!!!!!!!!!!!!!7G
GJ?7!!!!!!!!!777??JJY55PGGBB##&&&& &&&##BBGPP5YJ??777!!!!!!!!!!7?5#
&#BBGGGGBB##&& &&#BBGGPPPGGB#···
..|''|| . .
.|' || .||. .||. .... ... ..
|| || || || .|...|| ||' ''
'|. || || || || ||
''|...|' '|.' '|.' '|...' .||.·
CREATE my-project/angular.json (194 bytes)
CREATE my-project/package.json (1030 bytes)
CREATE my-project/README.md (1090 bytes)
CREATE my-project/tsconfig.json (889 bytes)
CREATE my-project/.editorconfig (290 bytes)
CREATE my-project/.gitignore (629 bytes)
CREATE my-project/.vscode/extensions.json (134 bytes)
CREATE my-project/.vscode/launch.json (490 bytes)
CREATE my-project/.vscode/tasks.json (980 bytes)
Directory is already under version control. Skipping initialization of git.
➤ YN0000: Done in 0s 12ms
➤ YN0000: Yarn detected that the current workflow is executed from a public pull request. For safety the hardened mode has been enabled.
➤ YN0000: It will prevent malicious lockfile manipulations, in exchange for a slower install time. You can opt-out if necessary; check our documentation for more details.·
➤ YN0000: · Yarn 4.2.1
➤ YN0000: ┌ Resolution step
::group::Resolution step
➤ YN0082: │ @o3r/schematics@npm:999.0.1715551826952: No candidates found
::endgroup::
➤ YN0082: @o3r/schematics@npm:999.0.1715551826952: No candidates found
➤ YN0000: └ Completed in 4s 119ms
➤ YN0000: · Failed with errors in 4s 151ms
,- Installing packages (yarn)...
✔ Packages installed successfully.
npm ERR! code 2
npm ERR! path D:\\a\\otter\\it-tests\\test-create-app1
npm ERR! command failed
npm ERR! command C:\\Windows\\system32\\cmd.exe /d /s /c create my-project --package-manager yarn --skip-confirmation --exact-o3r-version --yarn-version 4.2.1·
npm ERR! A complete log of this run can be found in: D:\\a\\otter\\otter\\.cache\\test-app\\npm-cache\\_logs\\2024-05-12T23_37_53_470Z-debug-0.log
"
81 | // Yarn doesn't log errors on stderr, so we need to get them from stdout to have them in the reports
82 | // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
> 83 | throw new Error(`Command failed: ${args.join(' ') }\nSTDERR:\n${err.stderr?.toString() || ''}\nOUTPUT:\n${err.output?.toString() || ''}`);
| ^
84 | }
85 | }
86 |
at execCmd (packages/@o3r/test-helpers/src/utilities/package-manager.ts:83:11)
at packageManagerCreate (packages/@o3r/test-helpers/src/utilities/package-manager.ts:105:10)
at packages/@o3r/create/src/index.it.spec.ts:60:38
at Object.<anonymous> (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/toThrowMatchers.js:74:11)
at Object.throwingMatcher [as toThrow] (.yarn/cache/expect-npm-29.7.0-62e9f7979e-63f97bc51f.zip/node_modules/expect/build/index.js:320:21)
at Object.<anonymous> (packages/@o3r/create/src/index.it.spec.ts:60:160)
at Object.<anonymous> (D:\a\otter\otter\packages\@o3r\create\src\index.it.spec.ts:60:160)