A port of puppeteer running on Deno
While on FreeBSD OS, using the environment variables makes tests to pass if we add a PUPPETEER_PLATFORM environment variable. Here is a sample: ``` export PUPPETEER_PRODUCT=chrome export PUPPETEER_EXECUTABLE_PATH=/usr/local/bin/chrome export PUPPETEER_SKIP_DOWNLOAD=true export PUPPETEER_PLATFORM=linux deno test --unstable -A tests.ts ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by GuillaumeBibaut and has received 1 comments.