-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi,
We tried this setup also with component tests, with the following settings:
component: {
setupNodeEvents: (on, config) => {
on("file:preprocessor", tagify(config));
},
},This resulted in the following errors:
> Suite argument "title" must be a string. Received type "object"
> Test argument "title" must be a string. Received type "object"
For those trying to find out why this is not working, please see: cypress-io/cypress#21992 (comment). The Preprocessor API is only available for E2E-tests, not for component tests.
I just spent an entire afternoon trying to make this work. Hope this helps. π
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels