I want to try allure 3 but I'm getting a TypeError ERR_INVALID_ARG_TYPE #2915
-
Hi I want to try allure3 awesome report.
Version:
What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hey there. It's strange because I do the same thing and it works. Even if the test results directory doesn't exist, I see another kind of error: λ npx allure generate not-found-dir
/Users/epszaw/Code/allure3/packages/sandbox
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, opendir '/Users/epszaw/Code/allure3/packages/sandbox/allure-results1'] {
errno: -2,
code: 'ENOENT',
syscall: 'opendir',
path: '/Users/epszaw/Code/allure3/packages/sandbox/allure-results1'
}
Node.js v20.12.0 Could you provide more detail about the problem? Do you use |
Beta Was this translation helpful? Give feedback.
-
Also happens to me when trying to generate report. I installed it globally then tried to ran allure generate with the test results from junit5 project (no allurerc.js). Running with version
|
Beta Was this translation helpful? Give feedback.
-
Hey there! The fix is ready and will be available in the next release. |
Beta Was this translation helpful? Give feedback.
Hey there! The fix is ready and will be available in the next release.