https://github.com/abra19/page-loader
The page loader is a library and utility that can download pages over the network and save them to the local disk. The emphasis in the project is on its testing.
https://github.com/abra19/page-loader
jest js nock
Last synced: 4 months ago
JSON representation
The page loader is a library and utility that can download pages over the network and save them to the local disk. The emphasis in the project is on its testing.
- Host: GitHub
- URL: https://github.com/abra19/page-loader
- Owner: Abra19
- Created: 2023-01-30T19:07:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T22:03:52.000Z (over 2 years ago)
- Last Synced: 2025-01-02T08:44:42.966Z (5 months ago)
- Topics: jest, js, nock
- Language: JavaScript
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hexlet tests and test status:
[](https://github.com/Abra19/frontend-testing-react-project-67/actions)[](https://codeclimate.com/github/Abra19/frontend-testing-react-project-67/maintainability)
[](https://codeclimate.com/github/Abra19/frontend-testing-react-project-67/test_coverage)
[](https://github.com/Abra19/frontend-testing-react-project-67/actions/workflows/nodejsCI.yml)
### Project Description:
The page loader is a library and utility that can download pages over the network and save them to the local disk. The emphasis in the project is on its testing. Because of the abundance of side effects, you will have to work properly with their suppression, stubs/mocks and possible errors here.
### To get started
1. Clone git repo: `git clone [email protected]:Abra19/frontend-testing-react-project-67.git`
2. Install package: `make install`
3. Link: `make link`
4. Run utility: `make run`### Requirements
Node.js >= 16