feat(e2e): add Playwright tests + simplify release workflow#58
Merged
antosubash merged 1 commit intomainfrom Apr 2, 2026
Merged
feat(e2e): add Playwright tests + simplify release workflow#58antosubash merged 1 commit intomainfrom
antosubash merged 1 commit intomainfrom
Conversation
… Marketplace, Tenants, and Users modules Add smoke tests and CRUD flow tests for 6 modules that previously had zero e2e coverage. 33 new tests across 35 files, all passing against the full 140-test suite. New page objects: admin (6), tenants (5), background-jobs (4), audit-logs (3), marketplace (2), users (2). Smoke tests verify page loads for all module views. Flow tests cover role/user CRUD with tab navigation, tenant lifecycle with API-based create/update, audit log browsing and export, background job dashboard navigation, marketplace search and filtering, and 2FA authenticator setup navigation.
Deploying simplemodule-website with
|
| Latest commit: |
98e8fb4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5118747c.simplemodule-website.pages.dev |
| Branch Preview URL: | https://feature-stoic-lamarr.simplemodule-website.pages.dev |
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.
Changes
E2E Tests
Added comprehensive Playwright test suites and page objects for:
Release Workflow
Simplified the release process:
workflow_dispatchtrigger with bump type selectionFiles Added
Files Modified