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
- Host: GitHub
- URL: https://github.com/ayonious/my-npm-packages-tester
- Owner: ayonious
- License: mit
- Created: 2019-12-03T23:30:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-08T09:39:01.000Z (3 months ago)
- Last Synced: 2026-05-08T11:36:04.461Z (3 months ago)
- Topics: e2e-tests, npm-package, testing-tools
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔬👷 Testing all my npm packages
[](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