Skip to content

Commit

Permalink
add tests from @FHantke, add linting to test scripts, remove chai dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
pes10k committed Dec 17, 2024
1 parent ed6f4b2 commit 5605d9c
Show file tree
Hide file tree
Showing 8 changed files with 3,210 additions and 479 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
shopt -s inherit_errexit
set -xeEo pipefail
npm install
DEBUG=1 PAGEGRAPH_CRAWL_TEST_BINARY_PATH=/opt/brave.com/brave-nightly/brave-browser-nightly npm run test
PAGEGRAPH_CRAWL_TEST_BINARY_PATH=/opt/brave.com/brave-nightly/brave-browser-nightly npm run test
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
Add ability to record a HAR of the crawled page
(PR [#180](https://github.com/brave/pagegraph-crawl/pull/180)).

Removed `fs-extras` dependency.
Removed `fs-extras` and `chai` dependencies, in favor for standard library
approaches.

Specify and enforce a minimum node version, v20.0.0.

Clean up and reworking of test runner, including removing the hardcoded
config file for the tests.

Added [standardjs](https://standardjs.com/) linting for test code.


1.1.2
---
Expand Down
Loading

0 comments on commit 5605d9c

Please sign in to comment.