Skip to content

test:playwright script with yarn package manager #9

test:playwright script with yarn package manager

test:playwright script with yarn package manager #9

Workflow file for this run

name: smoke tests
on:
push:
workflow_dispatch:
inputs:
test_type:
description: 'Type of test - sanity, regression, api, newFeature'
default: 'sanity'
required: true
type: string
jobs:
smoke-test:
uses: 777abhi/lt-github-workflows/.github/workflows/nodejs-playwright.yml@main
with:
test_type: sanity