Skip to content

Conversation

kobenguyent
Copy link
Collaborator

Motivation/Description of the PR

  • make test file path hyperlink so that we could click and visit the file directly.
Screenshot 13

Applicable helpers:

  • Playwright
  • Puppeteer
  • WebDriver
  • REST
  • FileHelper
  • Appium
  • TestCafe

Applicable plugins:

  • allure
  • autoDelay
  • autoLogin
  • customLocator
  • pauseOnFail
  • coverage
  • retryFailedStep
  • screenshotOnFail
  • selenoid
  • stepByStepReport
  • stepTimeout
  • wdio
  • subtitles

Type of change

  • 🔥 Breaking changes
  • 🚀 New functionality
  • 🐛 Bug fix
  • 🧹 Chore
  • 📋 Documentation changes/updates
  • ♨️ Hot fix
  • 🔨 Markdown files fix - not related to source code
  • 💅 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

@kobenguyent kobenguyent requested a review from Copilot August 20, 2025 09:21
Copy link
Contributor

@Copilot 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 enhances the CLI test output by making test file paths clickable hyperlinks. When a test fails, the file path is now formatted as a file:// URL, enabling users to click directly on the path to open the file in their editor or file system.

  • Converts file paths in test error output to clickable file:// hyperlinks
  • Improves developer experience by enabling quick navigation to failing test files

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

@kobenguyent kobenguyent requested a review from thomashohn August 20, 2025 09:31
@kobenguyent kobenguyent merged commit 04ec768 into 3.x Aug 20, 2025
11 of 12 checks passed
@kobenguyent kobenguyent deleted the kobenguyent-patch-1 branch August 20, 2025 09:36
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