You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Error: EBUSY: resource busy or locked when using volumes in docker-compose with playwright 1.19.0 and mcr.microsoft.com/playwright:v1.15.0-focal #12106
Describe the bug
After building the docker image and run with npm run test inside of docker container,
got this error:
Error: EBUSY: resource busy or locked, rmdir '/app/test-results'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] test: `dotenv-flow -- playwright test "report"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-02-15T05_02_32_297Z-debug.log