rbhadti94/apache-jmeter-action

Unable to access subfolders JMX files path

Opened this issue · 1 comments

I have found that subfolder file path is not accessible using rbhadti94/apache-jmeter-action@v0.5.0.

My directory structure is looks like as
.
├── README.md
└── Scripts
└── client_listing_page
└── client_list_load
└── client_list.jmx

4 directories, 2 files

################################################################

My github action configuration is

on:
push:
branches: development
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:

  • uses: actions/checkout@v2

  • name: Run JMeter Tests
    uses: rbhadti94/apache-jmeter-action@v0.5.0
    with:
    testFilePath: Scripts/
    outputReportsFolder: reports/
    args: "--loglevel INFO"

################################################################

Github Action Output

image

I have found the fixed this issue in v0.7.0. Please update README file with latest version.