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

automation-library-playwright

v1.0.0

Published

A reusable automation library

Downloads

3

Readme

Prerequisite

  1. Install Git Bash with PIP->Verify using cmd-> git --version
  2. Install Visual Studio Code
  3. Install AWS CLI
  4. Install Node JS-> Verify using cmd-> node --version
  5. Create the folder in File Explorer-> test-automation-ts in c:/user/<User_Name>

Steps to follow sso codecommit

Steps 1: Open Command Prompt, Steps 2: aws configure sso Steps 3: https://d-9f670aca64.awsapps.com/start/# Steps 4: ap-south-1 Steps 5: Press Enter Steps 6: Approve request from browser Steps 7: back to cmd Steps 8: us-east-1 Steps 9: json Steps 10: Press Enter Steps 11: git clone codecommit::us-east-1:// @ <folder_location-where-code reside> Example: git clone codecommit::us-east-1://info-non-prod-developer-407125827522@test-automation-ts C:\Users<User_Name>\test-automation-ts

Set up Environment Variable

step 1: Open "edit environment variable" click on New button step 2: Enter Variable name as TESTAPP_PATH step 3: Click on browser directory and broswer to C:\Users<User_Name>\test-automation-ts click ok step 4: In edit enviroment variable click ok button

Update .env file to specified Database

FILE_GEN_FOLDER= "C:\Users<User_name>\test-automation-ts\test" RESULT_DB_HOST="" RESULT_DB_PORT= RESULT_DB_TYPE="" RESULT_DB_NAME="" RESULT_DB_USER="" RESULT_DB_PASSWORD="" RESULT_DB_SCHEMA=""

Update Execution Time and Assert Time(If Required in Playwright.config.ts)

timeout: 5 * 60 * 1000, expect : { timeout: 30*1000 },

Framework Set Up

step 1: Open Playwright Framework folder C:\Users<User_name>\test-automation-ts step 2: Open terminal in Visual Studio Code and Execute

  • npm install
  • npx playwright install
  • npm run build

Microsheet excel configuration

Step 1: Create folder "DownloadedExcel" at C:\Users<User_name>\DownloadedExcel Step 2: open any new blank excelsheet Step 3:click on file->Options->Custom Ribbon ,click developer option Step 4:Add location :trust Center-> trust center settings->add location <C:\Users<User_name>\DownloadedExcel> Step 5: Copy the sample Excel Micro provided at C:\Users<User_name>\test-automation-ts\sample\InfoQATest.xlsm to C:\Users<User_name>\DownloadedExcel Step 6: Open File from C:\Users<User_name>\DownloadedExcel\InfoQATest.xlsm Step 7: On Application Tab, click on Execute Button and follow instruction on Command Prompt to execute the sample test case

Playwright Reports

npx playwright show-report test\reports netstat -ano | findstr :9323 taskkill /PID 61796 /F taskkill /IM node.exe /F