Rodrigo

Results 24 comments of Rodrigo

Hi @joeldenning , I add an Angular 5 demo with routing and angular animation (very simple), but I have a problem with the view that I have no clue in...

same here, working with node: ```javaScript const { Client } = require('spotify-sdk'); ``` Throws: ```bash ReferenceError: self is not defined at Object. (/Users/.../node_modules/spotify-sdk/lib/dist.js:22:12223) ``` And If I try running with...

ok, I added two arrays one for material design because I though it could be an standard because the names that they are using are generic. But I also provide...

I like the idea. I really like to have a visual tool to see all the insets, stacks etc like it is shown in the article on "Teach a System...

Please see my PR https://github.com/cypress-visual-regression/cypress-visual-regression/pull/172 . I think that with this PR you can achieve what you are looking for 👍

Hey @TomaszG , @lamberski I will take a look at this issue soon, Thanks for reporting cc: @Zaista

@DavidGheorghe , I'm closing this issue Probably this PR #233 will solve your issues. If you feel this is not addressed there, feel free to reopen it with a working...

I think you have an extra "s" character on snapshot in `screenshotsFolder` key You are using : ```json visualRegressionBaseDirectory: 'cypress/snapshot/base', visualRegressionDiffDirectory: 'cypress/snapshot/diff', ``` and ```json screenshotsFolder: './cypress/snapshots/base', ```

@nemonemi , here: screenshotsFolder: "./cypress/snapshots/actual",