Skip to content

Commit

Permalink
Merge pull request #13 from 777abhi/master_old
Browse files Browse the repository at this point in the history
Master old
  • Loading branch information
777abhi committed May 29, 2023
2 parents 1b91941 + 48f309e commit 3852dc0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 65 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/caller.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/playwright.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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@feature-reusable-br
with:
test_type: sanity
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ NODE_OPTIONS="-r dd-trace/ci/init" DD_ENV=ci DD_SERVICE=my-javascript-app DD_CIV

NODE_OPTIONS="-r dd-trace/ci/init" DD_ENV=ci DD_SERVICE=my-javascript-app DD_CIVISIBILITY_AGENTLESS_ENABLED=true DD_API_KEY=xx DD_SITE=datadoghq.eu DD_CIVISIBILITY_GIT_UPLOAD_ENABLED=true DD_CIVISIBILITY_ITR_ENABLED=true npx playwright test --project=chromium

# Test heading

0 comments on commit 3852dc0

Please sign in to comment.