mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-09 12:06:04 +00:00
80a33b9c2b
* allure test reporting * make reports only for the main job * fail a test for demo * fail a test for demo * revert * fail a test for demo * revert * deploy to allure-jswaku * use PAT * add pat as secret * check if pat exists * debug secrets issue * remove debug steps * debug1 * debug2 * debug3 * debug4 * set reports for all tests * fix after ci run * self review --------- Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"reporterEnabled": "spec, allure-mocha",
|
|
"allureMochaReporter": {
|
|
"outputDir": "allure-results"
|
|
}
|
|
}
|