Upgrade to Allure v3#1603
Conversation
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
create-studiocms
effectify
studiocms
@studiocms/auth0
@studiocms/blog
@studiocms/cloudinary-image-service
@studiocms/devapps
@studiocms/discord
@studiocms/github
@studiocms/google
@studiocms/html
@studiocms/markdoc
@studiocms/markdown-remark
@studiocms/md
@studiocms/mdx
@studiocms/s3-storage
@studiocms/upgrade
@studiocms/wysiwyg
@withstudiocms/api-spec
@withstudiocms/auth-kit
@withstudiocms/cli-kit
@withstudiocms/component-registry
@withstudiocms/config-utils
@withstudiocms/effect
@withstudiocms/internal_helpers
@withstudiocms/kysely
@withstudiocms/sdk
@withstudiocms/template-lang
commit: |
This pull request introduces Allure reporting into the test workflow, updates test scripts, and refines the Allure configuration for the monorepo. It also removes an outdated TypeScript SDK setting and adds the necessary dependencies to support Allure. The changes improve test reporting, history tracking, and integration with GitHub Actions.
Allure Integration and Reporting:
allurerc.mjsconfiguration file that defines per-package Allure plugin settings, history management, and quality gates for test reporting..github/workflows/ci-testing.yml) to:Test Script and Dependency Updates:
ci:testscript inpackage.jsonto run tests with Allure, added anallure:viewscript, and introduced aci:vitestscript.allure,allure-vitest,allure-js-commons,allure-commandline,@allurereport/plugin-awesome) topackage.json. [1] [2]Editor and Spellcheck Configuration:
js/ts.tsdk.pathsetting from both.devcontainer/devcontainer.jsonand.vscode/settings.jsonto prevent conflicts with TypeScript version management. [1] [2]"allurereport"to the spellchecker dictionary incspell.json.@coderabbitai ignore