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
✖ FAILED in 2441ms
[2] Starting recording promises
Emitted | suite.after ([object Object])
-- FAILURES:
1) Localization testing
"after each" hook: After for "test check language @lang | English":
ENAMETOOLONG: name too long, open '/home/storenth/Documents/wikium_test_codeceptjs/.nyc_output/js/?uid=dWlkPTI0Mjk0MDgxJnQ9MTU0NTYyNjUxMjQ0NSZyPWh0dHBzJTNBJTJGJTJGd2lraXVtLnJ1JTJGJnU9aHR0cHMlM0ElMkYlMkZ3aWtpdW0ucnUlMkYmYz1xdmlkJTNEMjQyOTQwODElM0IlMjBxcGhvbmUlM0QlM0IlMjBxdmlzaWQlM0QxMjMzMDk4NDElM0IlMjBxcGlkJTNEMCUzQiUyMGdhaWQlM0RHQTEuMi4zMzU4Nzc1NTcuMTU0NTYyNjUwNw==&v=3.3.1.js'
Scenario Steps:
- I.stopCoverage() at Context.After (Wikium_localization_test.js:13:7)
Error: ENAMETOOLONG: name too long, open '/home/storenth/Documents/wikium_test_codeceptjs/.nyc_output/js/?uid=dWlkPTI0Mjk0MDgxJnQ9MTU0NTYyNjUxMjQ0NSZyPWh0dHBzJTNBJTJGJTJGd2lraXVtLnJ1JTJGJnU9aHR0cHMlM0ElMkYlMkZ3aWtpdW0ucnUlMkYmYz1xdmlkJTNEMjQyOTQwODElM0IlMjBxcGhvbmUlM0QlM0IlMjBxdmlzaWQlM0QxMjMzMDk4NDElM0IlMjBxcGlkJTNEMCUzQiUyMGdhaWQlM0RHQTEuMi4zMzU4Nzc1NTcuMTU0NTYyNjUwNw==&v=3.3.1.js'
at Object.openSync (fs.js:450:3)
at Object.writeFileSync (fs.js:1212:35)
at OutputFiles._parseAndIsolate (/home/storenth/.nvm/versions/node/v11.5.0/lib/node_modules/puppeteer-to-istanbul/lib/output-files.js:52:10)
at new OutputFiles (/home/storenth/.nvm/versions/node/v11.5.0/lib/node_modules/puppeteer-to-istanbul/lib/output-files.js:18:10)
at module.exports (/home/storenth/.nvm/versions/node/v11.5.0/lib/node_modules/puppeteer-to-istanbul/lib/output-files.js:62:10)
at new PuppeteerToIstanbul (/home/storenth/.nvm/versions/node/v11.5.0/lib/node_modules/puppeteer-to-istanbul/lib/puppeteer-to-istanbul.js:10:33)
at module.exports (/home/storenth/.nvm/versions/node/v11.5.0/lib/node_modules/puppeteer-to-istanbul/lib/puppeteer-to-istanbul.js:37:10)
at Object.write (/home/storenth/.nvm/versions/node/v11.5.0/lib/node_modules/puppeteer-to-istanbul/index.js:5:17)
at MyPuppeteer.stopCoverage (mypuppeteer_helper.js:38:9)
at process.internalTickCallback (internal/process/next_tick.js:77:7)
FAIL | 1 passed, 1 failed // 12s
Emitted | global.result ([object Object])
Emitted | global.after ([object Object])
I need to know how to avoid this behavior, because pti.write(jsCoverage); root cause of the issue I think.
The text was updated successfully, but these errors were encountered:
The issue was found when I start to implement next coverage feature:
with next Extended Puppeteer helper:
Crash every time on most web app:
I need to know how to avoid this behavior, because pti.write(jsCoverage); root cause of the issue I think.
The text was updated successfully, but these errors were encountered: