
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
@applitools/preflight-cli
Advanced tools
PreFlight is a code-free automated UI testing tool. This package allows you to run your PreFlight tests.
Preflight is a code-free automated UI testing tool. This package allows you to run your Preflight tests.
Before you start, you need to get a client id and client secret from Account Settings > API under your Preflight account.
Download package with below command.
npm install preflight-cli
Run the Preflight application with below command.
npm run preflight
Client id and client secret are required parameters. This is the example run command.
preflight run_test --clientId="<client-id>" --clientSecret="<client-secret>" --testId="<test-id>"
These are the other parameters.
Parameter | Description |
---|---|
--clientId | Preflight client id. |
--clientSecret | Preflight client secret. |
--testId | Preflight test id. |
--groupId | Preflight group id. |
--environmentId | Preflight environment id. |
--tags | Tags. (Ex: --tags "smoke tests,critical tests" ) |
--noScreenshot | Don't capture screenshots. |
--noWaitResult | Don't wait tests results. |
--apiUrl | Api URL |
--authUrl | Auth URL |
Client id and client secret are required parameters. This is the example run command.
preflight run_workflow --clientId="<client-id>" --clientSecret="<client-secret>" --workflowId="<workflow-id>"
These are the other parameters.
Parameter | Description |
---|---|
--clientId | Preflight client id. |
--clientSecret | Preflight client secret. |
--workflowId | Preflight workflow id. |
--environmentId | Preflight environment id. |
--noWaitResult | Don't wait workflow results. |
--apiUrl | Api URL |
--authUrl | Auth URL |
FAQs
Preflight is a code-free automated UI testing tool. This package allows you to run your Preflight tests.
The npm package @applitools/preflight-cli receives a total of 151 weekly downloads. As such, @applitools/preflight-cli popularity was classified as not popular.
We found that @applitools/preflight-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 53 open source maintainers 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.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.
Security News
Former RubyGems maintainers have launched The Gem Cooperative, a new community-run project aimed at rebuilding open governance in the Ruby ecosystem.