1 (run_script): Traceback (most recent call last): File "C:\Users\901489108\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner self.run() File "C:\Users\901489108\AppData\Local\Programs\Python\Python311\Lib\threading.py"...
My question, should I kill the test executor after I run the test? Then I will be able to run a new test again with the executor. I can add another bash script, then kill the test executor. But this is not a good approach, I wonder if the test executor has...
/home/jrenk/Workspace/bitefight/main.js:1 (function (exports, require, module, __filename, __dirname) { import Login from './Login.mjs'; ^^^ SyntaxError: Unexpected identifier at new Script (vm.js:79:7) at createScript (vm.js:251:10) at Proxy.runInThisContext (vm.j...
The HTTP Executor allows you to send arbitrary HTTP requests. steps: -name:send POST requestexecutor:httpcommand:POST https://foo.bar.comscript:|{"timeout": 10,"headers": {"Authorization": "Bearer $TOKEN"},"query": {"key": "value"},"body": "post body"} ...