Skip to content

Adding Github Workflow for visual UI integration tests #289

@tkilias

Description

@tkilias

Steps:

  • Add a new slow test workflow call to the merge-gate.yml
    • Similar to the Ordinary Tests
 visual-itests:
    name: Visual UI Tests
    needs: [ run-slow-tests ]
    uses: ./.github/workflows/tests-visual-ui-integration.yml
    permissions:
      contents: read

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureProduct feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions