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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@josephnguyent/codeceptjs-cli

v0.1.3

Published

Next-generation production-grade CLI for the CodeceptJS testing framework

Readme

@josephnguyent/codeceptjs-cli

Next-generation, production-grade CLI wrapper for the CodeceptJS testing framework.

CI License: MIT

Features

  • 🚀 Interactive project scaffolding — Beautiful TUI wizard powered by @clack/prompts
  • Enhanced test execution — Colorized output, config auto-discovery, adaptive parallelism
  • 🩺 Environment health checkccjs doctor validates Node, CodeceptJS, browsers & config
  • 📦 Code generators — Scaffold tests, page objects, and helpers with interactive prompts
  • 🎭 Playwright-first — Native browser installation management
  • 🔌 Plugin-extensible — Built on Oclif v4 with first-class plugin support
  • 🔒 Security-ready — CodeQL analysis included in CI pipeline

Documentation

📚 Visit the official Documentation Site for comprehensive guides, tutorials, and full API command references.


Quick Start

# Install globally
npm install -g @josephnguyent/codeceptjs-cli

# Initialize a new project
ccjs init

# Run tests
ccjs run

Available Commands

| Command | Description | | ------------------ | ---------------------------------- | | ccjs init | Interactive project setup | | ccjs doctor | Validate environment health | | ccjs run | Execute tests | | ccjs run workers | Run tests in parallel | | ccjs run rerun | Flaky test detection | | ccjs dry-run | Preview tests without executing | | ccjs generate | Scaffold tests, page objects, etc. |

See the Full Command Reference for detailed usage.


Architecture

User types: ccjs run --steps
       │
       ▼
┌─────────────────────┐
│  Oclif v4 Parser    │  ← Parses commands, flags, args
│  (CLI Framework)    │
└────────┬────────────┘
         ▼
┌─────────────────────┐
│  Hooks (init)       │  ← Pre-flight: show version, validate env
└────────┬────────────┘
         ▼
┌─────────────────────┐
│  Command Handler    │  ← e.g., src/commands/run/index.ts
│  (run, init, doctor)│
└────────┬────────────┘
         ▼
┌─────────────────────┐
│  Shared Libs        │  ← Config discovery, logger, errors, templates
│  + Integrations     │  ← Playwright browser manager, CodeceptJS API
└────────┬────────────┘
         ▼
┌─────────────────────┐
│  CodeceptJS         │  ← Actually runs the tests via execa
└─────────────────────┘

Acknowledgements

This project is built on top of the incredible CodeceptJS testing framework. All credit for the core testing engine, helpers, and plugin ecosystem belongs to the CodeceptJS team.

@josephnguyent/codeceptjs-cli is a community-driven open-source tool — it is not officially affiliated with or endorsed by the CodeceptJS project. We simply love CodeceptJS and want to make the developer experience even better.


Contributing

This project is free and open source under the MIT License — everyone is welcome to use, share, and contribute!

We'd love your help, whether it's:

  • 🐛 Reporting bugs via Issues
  • 💡 Suggesting features or improvements
  • 📖 Improving documentation
  • 🔧 Submitting pull requests

See the Contributing Guide for details on how to get started.


License

MIT — see LICENSE for details.