1 min readApr 9, 2020
Thanks for the knowledge sharing,
I have one issue, that, I wont run JavaScript class inside cypress test , I tried
I was unable, because of that test is depend on that class outpot
is there any way to do this
eg..
it(“javascript inside cypress test”,() =>{
'node sample.js'
})
Thanks, Appreciate your kind response