Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.testdino.com/llms.txt

Use this file to discover all available pages before exploring further.

What you’ll learn
  • How to connect monday to a TestDino project
  • How to create prefilled items from failed or flaky tests
  • How to set up the TestDino widget on monday dashboards
monday is a work management platform for planning, tracking, and collaboration. The TestDino integration connects test execution data with your monday workflows.

Quick Reference

TaskActionLink
Install appmonday MarketplaceInstall
Connect projectSettings → Integrations → mondaySetup
Create issueRaise Issue → mondayCreate issue
Add widgetmonday dashboard → Add WidgetWidget setup
View issue dataCheck pre-filled contentWhat TestDino pre-fills

Prerequisites

WarningThe monday integration is available on TestDino Pro and Enterprise plans.
  • A TestDino project with test runs uploaded (Getting Started)
  • A monday account with workspace access and board creation/edit permissions

Connect monday to TestDino

1

Install the TestDino app

Install the TestDino app in your monday workspace from the monday Marketplace.TestDino on monday Marketplace ↗
2

Open the Integrations page

Go to Settings → Integrations in your TestDino project. Find the monday card and click Connect to monday.TestDino Settings → Integrations page showing monday card with Connect button
3

Authorize your monday account

TestDino redirects you to monday to authorize access. Sign in and approve the request. TestDino requests permission to read workspaces, boards, and create items.monday OAuth authorization screen showing TestDino requesting access
4

Connection confirmed

After authorization, the monday card in Settings → Integrations shows a connected status. You can now create issues from failed tests and set up the TestDino widget in monday dashboards.monday integration card showing connected status with workspace instance

What you can do

FeatureDescription
Raise IssuesCreate issues from failed/flaky tests with full context to monday board
Dashboard WidgetView the latest test runs status inside monday dashboard

Create a monday bug report in TestDino

Create monday items directly from failed or flaky test cases. Each item includes test metadata, so your team has full context without opening separate reports.
NoteLearn more about viewing test failures in Test Runs Overview and Test Cases Overview.
1

Open a Test Run

Navigate to a Test Run in TestDino.
2

Select a test case

Choose a failed or flaky test case from the run.
3

Raise Issue

Click Raise Issue and select monday.Raise Issue button showing connected issue tracking integrations to select from
4

Configure & Create issue

Choose the Workspace and Board. Review the pre-filled content and click Create to file the item in monday.Create monday.com issue from TestDino
5

Confirm creation

TestDino shows a confirmation with the monday Item ID and a direct URL. Click View in monday to open the item.Issue created successfully

Supported Scenarios

  • Create issues for failed tests
  • Create issues for flaky tests
  • Create multiple issues from a single test run
  • Link issues back to TestDino test runs and test cases

Issue Data Mapping

When an issue is created, TestDino automatically maps test information to monday fields:
TestDino Datamonday Field
Test NameItem Name
Test Status (Failed / Flaky)Status
Test Run IDText / Link
Failure Reason / ErrorLong Text
EnvironmentLabel / Text
BranchLabel / Text
Execution TimestampDate
Screenshots and Custom uploadsImages
NoteField mapping depends on board configuration and permissions.

What TestDino pre-fills

TestDino automatically adds rich test context to each monday item.
SectionFieldPre-filled content
monday fieldsWorkspaceDefault from Settings is preselected
BoardUser-selectable monday board
GroupOptional board group for the item
StatusItem status column (e.g., Bug, To Fix)
PriorityPriority column value
AssigneeOptional person column assignment
Item Name[TestCase] <Test Name> - <Error Type>
DescriptionTest DetailsFile, Branch, Commit Author/Message, Environment, Run ID, Execution Date, Total Runtime, Attempts
Failure InformationError Type, Error Message, Test History (failure pattern)
Test StepsFailing attempt and step with duration and error
ContextConsole Output, Links (TestDino Run, GitHub Commit)
EvidenceTest Case Screenshots, Attachments
ReviewWriteVerify formatting before submitting
ScreenshotsThumbnails with the option to attach more

TestDino Widget for monday

Display test run data directly within monday dashboards. Track test health alongside delivery work. TestDino TestRuns widget showing latest test run results in monday dashboard

What the Widget Shows

Each test run card displays:
FieldDescription
Test Run IDRun identifier (e.g., #14, #13)
Status SummaryPassed / Failed / Flaky counts
DurationTotal execution time
EnvironmentEnvironment where tests ran
BranchGit branch name
Completion TimestampWhen the run is completed

Setup

1

Install the app

Install the TestDino app from the monday Marketplace if not already installed.
2

Add widget to dashboard

  • Open a monday dashboard and click the Add Widget button at the top left corner
  • Go to Apps → search for TestDino
  • Select TestDino TestRuns widget to add it to your dashboard
Adding TestDino TestRuns widget from monday dashboard Add Widget menu
3

Connect to TestDino

There are two ways to connect the widget to a TestDino project:a. From the widget itself : If the app is installed in your monday workspace but not yet connected to a TestDino project, the widget displays a Connect to TestDino prompt. Click it to link the widget to your project.TestDino widget showing Connect to TestDino prompt when not yet connected to a projectb. From TestDino Settings : Go to Settings → Integrations in your TestDino project and connect via the monday integration card. See Connect monday to TestDino above for the full steps.
NoteA single widget supports multiple TestDino projects — ideal for orgs sharing one monday workspace across teams.
4

View test runs

The widget automatically fetches the latest test runs. Use the Sync button to refresh manually.

Troubleshooting

  • Click Sync on the monday card in Settings → Integrations to refresh boards and groups
  • Verify your monday account has access to the workspace and board you expect to see
  • Ensure the widget is connected to the correct TestDino project via the Connect to TestDino button
  • Verify test runs exist in the TestDino project. Click the refresh button on the widget to fetch latest data
  • Ensure you have workspace admin or board edit permissions in monday
  • Try disconnecting and reconnecting from Settings → Integrations → monday
  • Field mapping depends on your monday board configuration. Ensure the board has the expected columns (Status, Priority, Date, etc.)
  • Verify the test run has complete metadata (branch, commit, environment)