z/OS Node Accessor how to make it work with Cypress 10.4.0 #23324
Unanswered
MariaDiamond
asked this question in
Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I found a plugin which is very useful to my work related to IBM z/OS but I don't know how to properly "hook it up" to Cypress 10.4.0
I don't know what to write and in which config files or somewhere else so I can use it my test (I'm using TypeScript).
My cypress.config.ts -> setupNodeEvents() looks like:
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config);
},
baseUrl: 'base URL is here',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
Can you please help?
Here's the link to the plugin
https://www.npmjs.com/package/zos-node-accessor
Beta Was this translation helpful? Give feedback.
All reactions