-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress Task: The plugins file is missing or invalid. #8994
Comments
The Works in export default () => {}; |
You need to restart cypress after changing the name of the file, did you restart cypress? |
I found the way how to solve my problem. I had to separate module.exports = (on, config) => {
on("task", percyHealthCheck);
on("task", {
async "my:task"() {
///
},
});
return config;
}; |
@jennifer-shehane my scripts as been working well before, but upon loading it this morning i saw this error message [26812:1201/075654.687:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is , kindly assist in fixing this error message. |
How do I fix? I'm using js |
When I added my custom task I started getting some errors and I'm not sure how to solve it. I was following the example from RWA: https://github.com/cypress-io/cypress-realworld-app/blob/develop/cypress/plugins/index.ts
cypress/plugins/index.js
My errors:
NOTE: I verified that
pluginsFile
has the correct path and I even tried explicitly provide the path to the file and it didn't resolve the problem.The text was updated successfully, but these errors were encountered: