
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
servicenow-test-runner-scheduler
Advanced tools
ServiceNow - Start and Schedule Multiple ATF test runners in browser
ServiceNow - Start and Schedule Multiple ATF test runners in browser
servicenow-test-runner-scheduler
do?NUM_INSTANCE
(default: 6) instances of the client test runner concurrentlyRESTART_INTERVAL // NUM_INSTANCE
(default: 7200 // 6 = 1200
) seconds, the first runner will be restarted, and after another 1200 seconds, the seconds runner will be restarted, and so on.RESTART_INTERVAL
(default: 7200
) seconds.Install python3
and chromedriver
first.
This is the recommended installation method.
$ pipx install servicenow-test-runner-scheduler
$ pip install servicenow-test-runner-scheduler
Create a .env
file and put it in the same directory as the trigger_test_zipapp.pyz
file.
Edit the .env
files, so it looks like this:
# required fields
instance=https://dev105825.service-now.com
userid=admin
password=admin_pw
# optional fields, the value shown here are the default values
RESTART_INTERVAL=7200
TOLERANCE=300
NUM_INSTANCE=6
CHECKING_INTERVAL=300
$ snowtrs --help # or servicenow-test-runner-scheduler --help
Loading settings for:
usage: servicenow-test-runner-scheduler [-h] [-V] [-n] [-s]
ServiceNow - Start ATF test runner in browser
options:
-h, --help show this help message and exit
-V, --version show program's version number and exit
-n, --dry-run Dry run (default: False)
-s, --scheduled-runner
Start a scheduled runner (default: Client test runner) (default: False)
--headless Run browser instances in headless mode (default: False)
Configuration of this demo:
# .env
RESTART_INTERVAL=6
TOLERANCE=1
NUM_INSTANCE=6
CHECKING_INTERVAL=1
Run servicenow-test-runner-scheduler --dryrun
.
FAQs
ServiceNow - Start and Schedule Multiple ATF test runners in browser
We found that servicenow-test-runner-scheduler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.