Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Alphasians/Test-ReportQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test-ReportQL

 - name: Test-Report
      uses: alphasians/test-reportql@main
      with:
        working-directory: /
        delay: 10
        command: node src/app.js

Enviormental Varibales needed : - working-directory :- Path where the pkg, keploy folder is present. delay :- is optional, it is the time taken by the application to get started. command :- Command to run the application.

Right Now languages such as :- Go,Java,NodeJS & Python are supported.