breezy-australia-64868
04/27/2021, 7:47 PMnpx cypress run
? I can run my tests fine one by one with open
and on CI, but running it locally it'll give me that error after running each file.
`"after all" hook: generateReport for "is not interactive":
CypressError: cy.task('coverageReport')
failed with the following error:
> Cannot read property 'loc' of undefined
Because this error occurred during a after all
hook we are skipping all of the remaining tests.`bulky-sundown-74498
04/27/2021, 7:56 PMbulky-sundown-74498
04/27/2021, 7:57 PMbulky-sundown-74498
04/27/2021, 7:58 PMbreezy-australia-64868
04/27/2021, 8:00 PMjavascript
if (process.env.NODE_ENV === 'test') {
plugins.push([
'babel-plugin-istanbul', {
extension: ['.js', '.vue'],
exclude: ['**/*.stories.js'],
},
]);
}
breezy-australia-64868
04/27/2021, 8:02 PMbreezy-australia-64868
04/27/2021, 8:22 PMwindow._coverage
objectbulky-sundown-74498
04/27/2021, 8:23 PMbulky-sundown-74498
04/27/2021, 8:25 PMbreezy-australia-64868
04/27/2021, 10:12 PMpurple-alarm-62049
04/29/2021, 2:33 PMwindow.$anim_steps
and then just having cypress iterate through those taking snapshots.
Can anyone think of a better way to make this list of steps available to cypress other than window object that is fancier/cleaner? LocalStorage? other?refined-monkey-52031
04/29/2021, 5:57 PMrefined-monkey-52031
04/29/2021, 5:57 PMbulky-sundown-74498
04/29/2021, 6:18 PMbulky-sundown-74498
04/29/2021, 6:18 PMbulky-sundown-74498
04/29/2021, 6:18 PMbulky-sundown-74498
04/29/2021, 6:19 PMrefined-monkey-52031
04/29/2021, 8:09 PMrefined-monkey-52031
04/29/2021, 8:09 PMrefined-monkey-52031
04/29/2021, 8:10 PMrefined-monkey-52031
04/29/2021, 8:11 PMrefined-monkey-52031
04/29/2021, 8:11 PMrefined-monkey-52031
04/29/2021, 8:12 PMrefined-monkey-52031
04/29/2021, 8:18 PMbulky-sundown-74498
04/29/2021, 8:18 PMrefined-monkey-52031
04/29/2021, 8:19 PMbulky-sundown-74498
04/29/2021, 8:19 PMbulky-sundown-74498
04/29/2021, 8:19 PMrefined-monkey-52031
04/29/2021, 8:19 PMrefined-monkey-52031
04/29/2021, 8:20 PM