You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm not able to run tests for different viewports. Let's say I would like to test my app against mobile, tablet and desktop viewport.
Describe the solution you'd like
Ability to run tests with config in separate js file. I'm using this solution now https://maxschmitt.me/posts/cypress-testing-mobile-tablet-desktop/ for running my tests, but seems to be not possible to run it with this plugin.
or
ability to set multiple configuration json files with configFile option. [[plugins]] package = "netlify-plugin-cypress" [plugins.inputs] configFile = "cypress.netlify.json"
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm not able to run tests for different viewports. Let's say I would like to test my app against mobile, tablet and desktop viewport.
Describe the solution you'd like
Ability to run tests with config in separate js file. I'm using this solution now https://maxschmitt.me/posts/cypress-testing-mobile-tablet-desktop/ for running my tests, but seems to be not possible to run it with this plugin.
or
ability to set multiple configuration json files with configFile option.
[[plugins]] package = "netlify-plugin-cypress" [plugins.inputs] configFile = "cypress.netlify.json"
The text was updated successfully, but these errors were encountered: