Skip to content

Commit

Permalink
Update tests/custom-behavior.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l authored Nov 11, 2024
1 parent 6616497 commit 28ba53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/custom-behavior.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test("test mixed custom behavior sources", async () => {

test("test custom behaviors from git repo", async () => {
const res = child_process.execSync(
"docker run -v $PWD/test-crawls:/crawls webrecorder/browsertrix-crawler crawl --url https://specs.webrecorder.net/ --url https://example.org/ --url https://old.webrecorder.net/ --customBehaviors \"git+https://github.com/webrecorder/browsertrix-crawler.git?branch=custom-behaviors-testing&path=tests/custom-behaviors\" --scopeType page",
"docker run -v $PWD/test-crawls:/crawls webrecorder/browsertrix-crawler crawl --url https://specs.webrecorder.net/ --url https://example.org/ --url https://old.webrecorder.net/ --customBehaviors \"git+https://github.com/webrecorder/browsertrix-crawler.git?branch=main&path=tests/custom-behaviors\" --scopeType page",
);

const log = res.toString();
Expand Down

0 comments on commit 28ba53b

Please sign in to comment.