npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@tacl/runner

v0.0.52

Published

Tacl cli to run automated tests

Readme

_____             ___________
__  /______ _________  /___(_)_____
_  __/  __ `/  ___/_  / __  /_  __ \
/ /_ / /_/ // /__ _  /___  / / /_/ /
\__/ \__,_/ \___/ /_/_(_)_/  \____/

🚀 Tacl CLI Runner – A command-line interface for executing Tacl framework test cases.

Prerequisites

Before you begin, ensure you have the following:

  1. Node.js: Install from the official website.
  2. Test Directory: Create a directory for your tacl test and navigate to it through your command line interface:
  3. tacl CLI: Install the tacl CLI:
    npm install @tacl/runner
  4. Playwright Browsers: Install browser binaries by running:
    npx playwright install
  5. API Key: Create an API Key for authentication.
  6. Environment Variables: Create a .env file in your project root and add:
    TACL_API_KEY=<your-api-key>

Run test using npx

npx @tacl/runner --help

📖 Usage

Run tests using the Tacl CLI:

npx @tacl/runner [options]

🔹 Available Options

| Option | Description | Default | | --------------------------------------------- | ------------------------------------------------ | -------------- | | -V, --version | Output the CLI version | - | | --apiKey <key> | Environment variable name containing the API key | TACL_API_KEY | | --testcaseId <Testcase Id> | ID of the testcase to run | - | | --testSuiteId <TestSuite Id> | ID of the test suite to run | - | | --executionProfileId <Execution Profile Id> | Execution profile ID to use | default | | --datasetId <Dataset Id> | Dataset ID to use for the test run | default | | --resultsPath <path> | Path to save test results | - | | -h, --help | Display help for command | - |

Note: Only one of testcaseId or testSuiteId can be provided.

📌 Examples

Run a single test case with api key variable

npx @tacl/runner --apiKey YOUR_API_KEY --testcaseId 12345

Run a test suite with an execution profile

npx @tacl/runner --testSuiteId 67890 --executionProfileId 98765

Change results path

npx @tacl/runner --testcaseId 12345 --resultsPath my-results

📜 License

This project is licensed under the Apache-2.0 License.

🛠 Support & Community

If you encounter any issues, please open an issue on GitHub.

💬 Join Our Community

Connect with other users and get support:
Discord

🌐 Follow Us

Stay updated with the latest news and updates:
LinkedIn
X (Twitter)
YouTube