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
Clear error message about outputDir not being writable.
The best would be when playwright would just delete the contents of the outputDir and not the outputDir itself.
Actual
TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
It is really hard to understand what is wrong. Also the documentation says that the outputDir will be cleaned (and not deleted).
I noticed this issue in a docker environment, where a docker volume mount point was specified as an outputDir. Since a couple of days this does not work anymore, with the above error message. Although the directory specified was rwx for the user, playwright failed to run (because it probably tried to delete it and deleting volume mount point does not work withe the message device busy)
The text was updated successfully, but these errors were encountered:
System info
Source code
Config file
Test file (self-contained)
No test files required.
package.json
Steps
playwright
:Expected
Clear error message about
outputDir
not being writable.The best would be when playwright would just delete the contents of the
outputDir
and not theoutputDir
itself.Actual
It is really hard to understand what is wrong. Also the documentation says that the
outputDir
will be cleaned (and not deleted).I noticed this issue in a docker environment, where a docker volume mount point was specified as an
outputDir
. Since a couple of days this does not work anymore, with the above error message. Although the directory specified wasrwx
for the user, playwright failed to run (because it probably tried to delete it and deleting volume mount point does not work withe the messagedevice busy
)The text was updated successfully, but these errors were encountered: