Hi,
With Taurus, you can point to your existing scripts of NodeJS
tests, if they are of supported kind of scripts (Mocha etc).
You can achieve certain level of load with Taurus by running many
of tests in parallel.
| Andrey Pohilko Chief Scientist P: +7 (909) 631-21-69 |
CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/b35d965e-d0aa-4643-8e37-136afaf1f8ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
services:
- module: shellexec
execution:
- executor: wdio
iterations: 5
concurrency: 5
scenario:
script: wdio-config-loadtest.js
settings:
artifacts-dir: ./test-reports/%Y-%m_%d_%H-%M-%S.%f
Hi,
Hi,
You can use "-cloud" to run it via BlazeMeter cloud, where it
will be "magically" scaled. The second option you already know -
it's running same file multiple times.
--
Andrey Pokhilko
Open Source Initiatives Leader


To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/1e67feb5-5e94-4a47-90dc-721b982cea70%40googlegroups.com.
[2018-11-08 15:23:12,046 DEBUG Engine.shellexec.Task] Output for npm install:up to date in 2.007sfound 0 vulnerabilities
[2018-11-08 15:23:12,046 WARNING Engine.shellexec.Task] Errors for npm install:npm WARN saveError ENOENT: no such file or directory, open '/tmp/artifacts/package.json'npm notice created a lockfile as package-lock.json. You should commit this file.npm WARN enoent ENOENT: no such file or directory, open '/tmp/artifacts/package.json'npm WARN artifacts No descriptionnpm WARN artifacts No repository field.npm WARN artifacts No README datanpm WARN artifacts No license field.
[2018-11-08 15:23:12,047 DEBUG Engine.shellexec.Task] Task was finished with exit code 0: npm install[2018-11-08 15:23:12,047 INFO Engine.shellexec.Task] Starting shell command: ./node_modules/webdriver-manager/bin/webdriver-manager update[2018-11-08 15:23:12,916 WARNING Engine.shellexec.Task] Errors for ./node_modules/webdriver-manager/bin/webdriver-manager update:/bin/sh: 1: ./node_modules/webdriver-manager/bin/webdriver-manager: not found
[2018-11-08 15:23:12,918 DEBUG Engine.shellexec.Task] Task was finished with exit code 127: ./node_modules/webdriver-manager/bin/webdriver-manager update[2018-11-08 15:23:12,951 ERROR root] CalledProcessError: Command './node_modules/webdriver-manager/bin/webdriver-manager update' returned non-zero exit status 127Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/bzt/cli.py", line 257, in perform self.engine.prepare() File "/usr/local/lib/python2.7/dist-packages/bzt/engine.py", line 170, in prepare self.__prepare_services() File "/usr/local/lib/python2.7/dist-packages/bzt/engine.py", line 578, in __prepare_services module.prepare() File "/usr/local/lib/python2.7/dist-packages/bzt/modules/shellexec.py", line 75, in prepare task.start() File "/usr/local/lib/python2.7/dist-packages/bzt/modules/shellexec.py", line 160, in start self.check(sync=True) File "/usr/local/lib/python2.7/dist-packages/bzt/modules/shellexec.py", line 185, in check raise CalledProcessError(self.ret_code, self)CalledProcessError: Command './node_modules/webdriver-manager/bin/webdriver-manager update' returned non-zero exit status 127[2018-11-08 15:23:12,952 INFO Engine] Post-processing...[2018-11-08 15:23:12,952 DEBUG Engine.consolidator] Consolidator buffer[0]: [][2018-11-08 15:23:12,957 DEBUG Engine.cloud-utils] Request: POST https://a.blazemeter.com/api/v4/taurus/r-v4-5be4548e58c3c/notify { "status": "post-processing", "token": "ci12NC01YmU0NTQ4ZTU4YzNjOjE1NDI5MDAxNzE6NmU4ODc3NzQzNjdhYjEzMGRiMTdlMjU5NWQzMDg2N2UwOWNiNDgwOGQ1MTA0YTc2MzkwMjc3YTIzYjk2ODBhZTU2ZTM0ZmRhZmFkYWNmMjJjYTBkYjc3ODY5YWY5Zjc5NTllNTliOGQ4MDgzNzdhNDFkOTE1ODgyNmQ1MjQ1MWY=[2018-11-08 15:23:12,962 DEBUG urllib3.connectionpool] Starting new HTTPS connection (1): a.blazemeter.com[2018-11-08 15:23:13,201 DEBUG urllib3.connectionpool] https://a.blazemeter.com:443 "POST /api/v4/taurus/r-v4-5be4548e58c3c/notify HTTP/1.1" 200 102[2018-11-08 15:23:13,203 DEBUG Engine.cloud-utils] Response [200]: { "api_version": 4, "error": null, "result": { "status": "post-processing" }