Where is should located "$PWD/helper/" #95
Vlad-Kliucharov
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Hi @Vlad-Kliucharov ! The issue is that "PWD" is only available on unix platforms. You either need to replace it with cmd/PowerShell equivalent or just replace it with the path manually. I will put a note to the docs about it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't integrate "Taurus" and "Jtl-reporter", I don't understand where this folder should locate

It should look like this?
And Error message:
21:51:08 ERROR: CalledProcessError: Command 'python $PWD/helper/upload_jtl.py -p TaurusAward -s \apache-jmeter-5.4.1\bin\Projects\QA-Client-ACN-AwardDetails\AwardDetails.jmx -e https://qa-accentureots.maestro-rewards.com/app -ec$TAURUS_EXIT_CODE -er "$ {TAURUS_STOPPING_REASON:-''}"' returned non-zero exit status 2.
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\cli.py", line 283, in perform
self.engine.post_process()
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\engine\engine.py", line 366, in post_process
reraise(exc_info, exc_value)
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\utils.py", line 107, in reraise
raise exc
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\engine\engine.py", line 352, in post_process
module.post_process()
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\modules\shellexec.py", line 132, in post_process
task.start()
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\modules\shellexec.py", line 190, in start
self._get_results()
File "C:\Users\Archon\AppData\Local\Programs\Python\Python310\lib\site-packages\bzt\modules\shellexec.py", line 217, in _get_results
raise CalledProcessError(self.process.returncode, self)
There is my scenario:
settings:
env:
BASE_URL: https://qa-accentureots.maestro-rewards.com/app
SCENARIO: \apache-jmeter-5.4.1\bin\Projects\QA-Client-ACN-AwardDetails\AwardDetails.jmx
PROJECT: TaurusAward
artifacts-dir: C:\apache-jmeter-5.4.1\bin\Projects\QA-Client-ACN-AwardDetails\Artifacts
execution:
concurrency: 10
ramp-up: 10s
hold-for: 30s
scenario: ${SCENARIO}
services:
post-process:
reporting:
summary: true
percentiles: true
summary-labels: true
failed-labels: false
test-duration: true
dump-csv: TaurusResult/Perfomance-Award-Test-csv.csv
dump-xml: TaurusResult/Perfomance-Award-Test-xml.xml
report-name: Taurus report
Beta Was this translation helpful? Give feedback.
All reactions