mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 02:25:56 +08:00
remove logs
This commit is contained in:
parent
3958a33734
commit
017a39f143
@ -34,8 +34,6 @@ describe("Scrape tests", () => {
|
|||||||
}, 30000);
|
}, 30000);
|
||||||
|
|
||||||
if (process.env.TEST_SUITE_SELF_HOSTED && process.env.PROXY_SERVER) {
|
if (process.env.TEST_SUITE_SELF_HOSTED && process.env.PROXY_SERVER) {
|
||||||
console.log("Proxy server tests will run");
|
|
||||||
|
|
||||||
it.concurrent("self-hosted proxy works", async () => {
|
it.concurrent("self-hosted proxy works", async () => {
|
||||||
const response = await scrape({
|
const response = await scrape({
|
||||||
url: "https://icanhazip.com"
|
url: "https://icanhazip.com"
|
||||||
@ -51,7 +49,6 @@ describe("Scrape tests", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
expect(response.markdown?.trim()).toBe(process.env.PROXY_SERVER!.split("://").slice(-1)[0].split(":")[0]);
|
expect(response.markdown?.trim()).toBe(process.env.PROXY_SERVER!.split("://").slice(-1)[0].split(":")[0]);
|
||||||
console.log("Self-hosted proxy works on playwright");
|
|
||||||
}, 30000);
|
}, 30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user