CI and testing pipeline were expanded with Playwright gates, merged coverage, and Codecov reporting#9
Conversation
Added English/Russian docs indexes and contributing guides with short summaries. Moved TSConfig layering guide under locale-specific paths and updated README project overview. Added Contributor Covenant code of conduct.
Registered docs parity skill in AGENTS and documented English-first parity workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a broad test and CI uplift across the monorepo. The pipeline was reworked around a shared environment setup, expanded Node matrix execution, and clearer separation of responsibilities between test execution and coverage publication. Coverage handling was unified across unit and e2e runs, merged into a single report, and integrated with Codecov status checks and README badge visibility.
In parallel, the React and Vue workspaces received smoke/e2e test infrastructure and stabilization work (including Popper-related coverage and teardown reliability), plus Storybook-oriented smoke and accessibility gates. The branch also adds runtime parity checks, updates supporting Docker/playwright execution paths, and aligns repository-level tooling and docs (including bilingual contribution/index materials, code of conduct, and TSConfig layering updates) to make CI behavior more predictable and maintainable.