Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.31 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.31 KB

Hexlet tests and test status:

Actions Status

Maintainability

Test Coverage

Node CI

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 git@github.com: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