We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c678c78 commit 9ed3599Copy full SHA for 9ed3599
test/environment/arguments/proxy.test.ts
@@ -20,7 +20,7 @@ async function proxy() {
20
const testXCrawl = xCrawl()
21
22
const res = await testXCrawl.crawlPage({
23
- targets: ['https://', 'https://github.com/coder-hxl'],
+ targets: ['https://', 'http://localhost:8888'],
24
maxRetry: 3,
25
proxy: {
26
urls: ['http://localhost:129032', 'http://localhost:14892'],
0 commit comments