Skip to content

testdino-hq/testdino-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

TestDino Reporter

GitHub Marketplace License: MIT

Upload Playwright test results to TestDino for centralized test analytics, reporting, and debugging.

📋 Prerequisites

  • A TestDino account (Sign up here) and API token (Get Your Key here)
  • Playwright tests configured in your repository
  • GitHub Actions enabled in your repository

🚀 Quick Start

Usage with All Options

- name: Upload to TestDino
  if: always()
  uses: Testdino1/testdino-actions@v1.0.0
  with:
    token: ${{ secrets.TESTDINO_TOKEN }}
    report-dir: './playwright-report'
    upload-html: true
    upload-traces: true
    upload-videos: true
    upload-images: true
    upload-files: true
    verbose: true
    working-directory: '.'

📖 Inputs

Input Description Required Default
token TestDino API token for authentication ✅ Yes -
report-dir Directory containing Playwright reports No ./playwright-report
upload-html Upload HTML reports No true
upload-traces Upload Playwright trace files No false
upload-videos Upload video recordings No false
upload-images Upload screenshot images No false
upload-files Upload file attachments No false
verbose Enable verbose logging No false
working-directory Working directory for the action No .

🔐 Setting Up Your TestDino Token

  1. Sign up for a TestDino account at testdino.com
  2. Navigate to your project settings
  3. Generate an API token
  4. Add the token as a GitHub secret:
    • Go to your repository settings
    • Navigate to Secrets and variablesActions
    • Click New repository secret
    • Name: TESTDINO_TOKEN
    • Value: Your TestDino API token
    • Click Add secret

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Related Links


Made with ❤️ by the TestDino team

About

This Repository contains the action.yml file for testdino actions.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors