Blenra
Optimized for: Gemini / ChatGPT / Claude

Advanced AI Prompt for Matrix Testing Across Multiple Platforms

Use this engineered prompt to drastically optimize your workflow and output.

Required Variables

  • [OS_LIST]
  • [NODE_VERSIONS]
  • [TEST_RUNNER]
matrix-testing-cross-platform.txt
As a QA Automation Lead, write a GitHub Actions workflow that utilizes a complex matrix strategy. The goal is to run [TEST_RUNNER] across a matrix of operating systems [OS_LIST] and runtime versions [NODE_VERSIONS]. The workflow should: 1) Fail-fast: false to ensure all variations are tested even if one fails. 2) Aggregate all test reports into a single artifact for download. 3) Use a custom action to notify a Slack channel with a summary of the matrix results.

Example Output

"A highly scalable YAML structure using 'strategy: matrix' and 'continue-on-error' logic to maximize test coverage reports."