An open API service indexing awesome lists of open source software.

https://github.com/ayonious/my-npm-packages-tester

🔬👷Testing all my npm packages in nodejs
https://github.com/ayonious/my-npm-packages-tester

e2e-tests npm-package testing-tools

Last synced: 3 months ago
JSON representation

🔬👷Testing all my npm packages in nodejs

Awesome Lists containing this project

README

          

# 🔬👷 Testing all my npm packages

[![CircleCI](https://circleci.com/gh/ayonious/my-npm-packages-tester.svg?style=svg)](https://circleci.com/gh/ayonious/my-npm-packages-tester)

> Testing all my npm packages directly downloading them from npmjs. Nothing better than a real end to end testing.

## How this works

- This is a project that has all my npmjs packages as dependency 👪 . And in the tests I have written all the important tests of all my npmjs packages.
- Every time there is a npmjs package update 🆕 (in any of my npmpjs packages), this repo will update that package (using renovate bot) and trigger a PR.
- If the pr succeeds ✅ , it will be merged and means all was good. No action needed from me anymore :)
- If the pr fails ❌ , I will see the email and know something went wrong. Gotta fix it manually then