Databases
Query and assert MySQL database state inside your Playwright test workflows
Tynkr lets you add MySQL query steps to any automation workflow. You can validate table state, assert row-level data, and check database consistency alongside browser tests — all in one workflow without switching tools or writing separate database test scripts.
What you can do
- Validate that a user registration flow created the correct MySQL record
- Assert MySQL table state after a payment transaction completes
- Use MySQL query results as dynamic test data inside a workflow step
Common questions
How does Tynkr connect to MySQL?
Tynkr connects to MySQL using a connection string stored as an encrypted workflow secret. You configure the connection once per workflow environment, and Tynkr executes queries at runtime as workflow steps — with results available for assertions or as inputs to subsequent steps.