use html reporter with typescript

This commit is contained in:
mahula 2024-02-27 09:17:55 +01:00
parent 91d607129e
commit e2315922b8

View File

@ -18,7 +18,7 @@ jobs:
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}
run: |
cd cypress/
node create-cucumber-html-report.js
npx tsx create-cucumber-html-report.ts
- name: Get PR number
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}