What you need to do
Follow these 4 steps in order once the update is done.1
Sign in again
If you were signed out, open app.testdino.com and sign back in. Your password and single sign-on still work.
2
Create a new API key
Your old API keys stopped working. Create a new one:
- Open your project and go to Project Settings → API Keys.
- Click New → API Key, name it, and click Create.
- Copy the key and save it. It is shown only once.
- Delete your old API keys.
3
Install the new package and add it to your config
Install Add TestDino to the Set your new token and run your tests. No upload step is needed.
@testdino/playwright. It streams test results live as a run executes.The old
tdpw package is deprecated. Replace it with @testdino/playwright.reporter array in your Playwright config. This is the only entry TestDino needs. Other reporters (html, list) are optional and yours to keep.playwright.config.ts
Prefer not to edit your config?
Prefer not to edit your config?
Skip the It wraps
reporter step above and run tdpw test instead. Same result, no config change. Pass your token with -t, or set TESTDINO_TOKEN first and omit it.npx playwright test, so any Playwright flag passes through, for example npx tdpw test -t "your-new-api-key" --project=chromium --shard=1/3.4
Update your CI
Replace the old token in your CI secrets with the new API key, under the name
TESTDINO_TOKEN. Keep @testdino/playwright in your Playwright config and run npx playwright test in the pipeline. Until the new token is in place, test runs fail with an authentication error.SSO admins
If your organization uses single sign-on, org owners and admins have 2 extra steps.1
Re-enter your identity provider secret
Go to Settings → Single Sign-On and enter the secret again.
2
Allow the new IP address
Support sends you a new IP address. Add it to your identity provider’s allowlist when they tell you to.
What’s new
Get help
Something not working after the update? Email support@testdino.com.Generate API Keys
Create and manage API keys for the CLI and CI
API Quickstart
Create a personal access token for the API
Support
Contact the team for help