#Generate jUnit XML file from Deno Tests
11 messages · Page 1 of 1 (latest)
I think it landed somewhat recently in deno behind the --unstable flag. See https://github.com/denoland/deno/pull/19747
Did you try the steps in the PR? It lists the following command deno test -A --unstable --junit=./report.xml path/to/my_test.ts
Yea I tried that but it gives me an error saying that --junit is not a valid argument. I am also running the latest version of Deno
deno 1.35.3
That looks like you have an emdash instead of two dashes in the argument.
No there are 2 -- it just looks diffrent. I have tried every possible combination.
It was written from mobile that's the reason why it looked that way.
But it still does not work xD