https://github.com/boblyx/typical-browse
A simple nodejs app to simulate typical web-browsing intended to test battery life
https://github.com/boblyx/typical-browse
Last synced: 3 months ago
JSON representation
A simple nodejs app to simulate typical web-browsing intended to test battery life
- Host: GitHub
- URL: https://github.com/boblyx/typical-browse
- Owner: boblyx
- License: gpl-2.0
- Created: 2024-01-26T15:36:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T01:18:12.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:17:12.126Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typical Browsing Test Suite
Infinitely looping windows app for testing light computer work and laptop battery life.
## Key Dependencies
- NodeJS 20.x
- Puppeteer
- ESBuild
## Development
Install dependences:
```bash
pnpm i .
```To test run:
```bash
pnpm test
```## Build
Build the executable:
```bash
pnpm clean ; pnpm build && pnpm compile
```The `.exe` file should be in the `dist` folder.
## Special Thanks
- Jan for the idea, and providing the list of default urls.