Quick Reference
| Topic | Link | Who it affects |
|---|---|---|
| When it happens | Schedule | Everyone |
| What stays safe | Your data is preserved | Everyone |
| Tokens to regenerate | Action required | CLI, CI, and API users |
| Which CLI to use | Recommended CLI | CLI and CI users |
| SSO reconfiguration | SSO admins | Org owners and admins |
Schedule
The update runs on Sunday, 11 AM IST. Expect brief interruptions during the window. No action is needed during the update itself.Your data is preserved
Your test run history, dashboards, and analytics carry over. No data is lost. You may be signed out during the update. Sign in again with your existing credentials. Password and single sign-on logins continue to work.Action required
Afterward, existing API keys and personal access tokens stop authenticating. Tokens used by the CLI, CI pipelines, and the public API must be regenerated.Regenerate your tokens
Create new API keys and personal access tokens from the app after the window. Delete the old ones once the new tokens are in place.
Update your CI and CLI
Replace the old token value in your CI secrets and local CLI configuration with the new token. Test uploads fail with an authentication error until the new token is in place.
Recommended CLI
@testdino/playwright is the default reporter. It wraps the Playwright runner and streams test events in real time.
tdpw uploads the JSON report after a run finishes, with no live streaming. It still works until the v2.0.0 release.
| Package | Command | Status |
|---|---|---|
@testdino/playwright | npx tdpw test | Default reporter, real-time streaming |
tdpw | npx tdpw upload ./playwright-report | Deprecated, removed after v2.0.0 |
tdpw command. Full setup is in the Node.js CLI guide.
SSO admins
Org owners and admins have 2 extra steps if your organization uses single sign-on.| Step | Where |
|---|---|
| Re-enter your identity provider secret | Settings, Single Sign-On |
| Allow the new IP address in your SSO provider | Your identity provider, when support instructs you |
Get help
Reach the support team at support@testdino.com if a token, login, or SSO step does not work.Generate API Keys
Create and manage API keys for the CLI and CI uploads
API Quickstart
Generate a personal access token for the public API
Support
Contact the team for help