Skip to content

Commit

Permalink
chore: Add allure report
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris committed Feb 18, 2025
1 parent eb9a4f8 commit 02f6754
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 183 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:
build:
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
secrets: inherit
with:
artifact-path: build/allure-report
artifact-name: allure-report
deploy:
needs: build
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
secrets: inherit
with:
artifact-name: allure-report
deployment-path: build/allure-report
83 changes: 83 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitest/coverage-istanbul": "^3.0.6",
"allure-commandline": "^2.32.2",
"allure-vitest": "^3.2.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
Expand Down
Loading

0 comments on commit 02f6754

Please sign in to comment.