Skip to content

Add Datadog Synthetic tests workflow#53

Open
JohnDaWalka wants to merge 2 commits intoiamnotstatic:mainfrom
JohnDaWalka:main
Open

Add Datadog Synthetic tests workflow#53
JohnDaWalka wants to merge 2 commits intoiamnotstatic:mainfrom
JohnDaWalka:main

Conversation

@JohnDaWalka
Copy link
Copy Markdown

@JohnDaWalka JohnDaWalka commented Oct 12, 2025

This workflow triggers Datadog Synthetic tests on push and pull request events to the main branch.

Description

Please include a summary of the changes and be sure to follow our Contribution Guidelines.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran npm run test and my test cases cover all the lines and branches of the added code.
  • I ran npm run build with success.
  • I have tested my code on the live network.
  • I have checked the Deploy Preview and it looks correct.

This workflow triggers Datadog Synthetic tests on push and pull request events to the main branch.
Copilot AI review requested due to automatic review settings October 12, 2025 10:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub Actions workflow to automatically trigger Datadog Synthetic tests when code is pushed or pull requests are opened against the main branch. This enables automated end-to-end testing as part of the CI/CD pipeline.

  • Adds GitHub workflow configuration for Datadog Synthetic test execution
  • Configures workflow to run on push and pull request events to main branch
  • Sets up authentication using GitHub secrets for Datadog API access

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/datadog-synthetics.yml
Comment thread .github/workflows/datadog-synthetics.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants