TestDino real-time streaming + manual-dispatch sharded test suite - #58
Open
prat3ik wants to merge 18 commits into
Open
TestDino real-time streaming + manual-dispatch sharded test suite#58prat3ik wants to merge 18 commits into
prat3ik wants to merge 18 commits into
Conversation
Added badges for CI status, npm version, install size, and license to README.
Removed CI and npm badge links from README.
Remove comments regarding manual triggers in test.yml
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… 5 tests - Add @testdino/playwright reporter (token via TESTDINO_TOKEN env) - Always record trace, screenshot, and video so all artifacts reach TestDino - Default bulk suite to 5 tests (TC_COUNT env scales up to 5000) - Workflow: manual dispatch only, test_count input, chromium-only install Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… server; drop old tdpw references Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… (staging backend bug) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…hard Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…lake detection Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
TESTDINO_TOKENenv — never committed)tests/bulk-tc.spec.js): tests titledTC-1…TC-Nfrom a single counter loop — currently 5 tests by default, scalable to 5,000 viaTC_COUNTenvworkflow_dispatch) with atest_countinput (default 5)--pass-with-no-testskeeps under-filled shards green, chromium-only browser installTest plan
npx playwright test --listgenerates TC-prefixed tests (5 by default, 5000 withTC_COUNT=5000)--shard=1/10 --listsplits evenly (500/shard at full count)TESTDINO_TOKENsecret — the current token is rejected as invalid/expired by api.testdino.com and needs regenerating)🤖 Generated with Claude Code