Skip to content

Test fails only in Windows if pagesNum is 1.  #136

Description

@uyamazak

If pagesNum set 1, test fails only in windows environment.

[Error: EPERM: operation not permitted, unlink 'C:\Users\RUNNER~1\AppData\Local\Temp\puppeteer_dev_chrome_profile-abP5Go\CrashpadMetrics-active.pma'] {
  errno: -4048,
  code: 'EPERM',
  syscall: 'unlink',
  path: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\puppeteer_dev_chrome_profile-abP5Go\\CrashpadMetrics-active.pma'
}

https://github.com/uyamazak/hc-pdf-server/runs/2000664748

NG

const myApp = await app({ pagesNum: 1 })

OK

const myApp = await app({ pagesNum: 2 })

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions