Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implemented special api for testing #2775

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

johnthecat
Copy link
Contributor

New api window.__spektr_config. Now it should help with testing new feature, hidden under feature toggle.

For example, you can call __spektr_config.enableFeature('fellowship') to start fellowship feature. This change will be valid within the user session (it's stored in SessionStorage).

@johnthecat johnthecat self-assigned this Dec 4, 2024
Copy link
Contributor

github-actions bot commented Dec 4, 2024

Jest Unit tests results

Generic badge

Duration: 46.349 seconds
Start: 2024-12-04 14:16:38.265 UTC
Finish: 2024-12-04 14:17:24.614 UTC
Duration: 46.349 seconds
Outcome: Passed | Total Tests: 762 | Passed: 761 | Failed: 0
Total Test Suites: 158
Total Tests: 762
Failed Test Suites: 0
Failed Tests: 0
Passed Test Suites: 157
Passed Tests: 761
Pending Test Suites: 1
Pending Tests: 1

@johnthecat johnthecat merged commit 0444a15 into dev Dec 4, 2024
3 checks passed
@johnthecat johnthecat deleted the feat/console-test-api branch December 4, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants