Skip to content

Commit 02f6754

Browse files
committed
chore: Add allure report
1 parent eb9a4f8 commit 02f6754

File tree

6 files changed

+308
-183
lines changed

6 files changed

+308
-183
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ jobs:
1818
build:
1919
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
2020
secrets: inherit
21+
with:
22+
artifact-path: build/allure-report
23+
artifact-name: allure-report
24+
deploy:
25+
needs: build
26+
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
27+
secrets: inherit
28+
with:
29+
artifact-name: allure-report
30+
deployment-path: build/allure-report

package-lock.json

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"@typescript-eslint/eslint-plugin": "^5.41.0",
4949
"@typescript-eslint/parser": "^5.41.0",
5050
"@vitest/coverage-istanbul": "^3.0.6",
51+
"allure-commandline": "^2.32.2",
52+
"allure-vitest": "^3.2.0",
5153
"eslint": "^8.26.0",
5254
"eslint-config-prettier": "^8.5.0",
5355
"eslint-plugin-header": "^3.1.1",

0 commit comments

Comments
 (0)