We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! we use the plugin to upload a single jpeg file
cy.get('my_file_input_selector').attachFile('flle_to_upload.jpeg');
This works as expected when running the tests in the browser, but it fails when we run the test in --headless mode
We'd like to be able to run the tests in headless mode too
cypress-file-upload: 5.0.7 Cypress package version: 6.8.0 Cypress binary version: 6.8.0 Electron version: 11.3.0 Bundled Node version: 12.18.3 Chrome: 91
The text was updated successfully, but these errors were encountered:
Bump!
Sorry, something went wrong.
abramenal
No branches or pull requests
Current behavior:
Hello!
we use the plugin to upload a single jpeg file
cy.get('my_file_input_selector').attachFile('flle_to_upload.jpeg');
This works as expected when running the tests in the browser, but it fails when we run the test in --headless mode
Desired behavior:
We'd like to be able to run the tests in headless mode too
Versions
cypress-file-upload: 5.0.7
Cypress package version: 6.8.0
Cypress binary version: 6.8.0
Electron version: 11.3.0
Bundled Node version: 12.18.3
Chrome: 91
The text was updated successfully, but these errors were encountered: