Skip to content

Error: Error: ENOTEMPTY: directory not empty, rmdir #17

Open
@geeaqui

Description

@geeaqui

Hi @SimitTomar ,

I have recently started using the library and noticed an intermittent error at the beginning of the tests execution Error: ENOTEMPTY: directory not empty, rmdir. Although there was an error, a temporary folder is successfully created for which contains the split scenarios and the tests run successfully. Any idea what might cause this?

Error:  Error: ENOTEMPTY: directory not empty, rmdir '<path-to-tmp-folder>'
    at Object.rmdirSync (fs.js:890:10)
    at rmkidsSync (rimraf/rimraf.js:364:25)
    at rmdirSync (rimraf/rimraf.js:342:7)
    at Function.rimrafSync [as sync] (rimraf/rimraf.js:312:9)
    at Object.removeSync (wdio-cucumber-parallel-execution/node_modules/fs-extra/lib/remove/index.js:4:17)
    at Object.performSetup (wdio-cucumber-parallel-execution/performSetup.js:26:22)
    at Object.<anonymous> (config/wdio.conf.ts:17:55)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Module.m._compile (ts-node/src/index.ts:1056:23) {
  errno: -66,
  syscall: 'rmdir',
  code: 'ENOTEMPTY',
  path: '<path-to-tmp-folder>/tmp'
}

Current set-up:
wdio version: 6.4.0
@wdio/browserstack-service: 6.4.0
@wdio/cucumber-framework: 6.4.0
Number of tests running in parallel: 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions