Skip to content

Instantly share code, notes, and snippets.

@neymarsabin
Last active October 7, 2018 15:30
Show Gist options
  • Save neymarsabin/a5ac50512104db18f1e515491cf761dc to your computer and use it in GitHub Desktop.
Save neymarsabin/a5ac50512104db18f1e515491cf761dc to your computer and use it in GitHub Desktop.
cy.server();
cy.route('POST', '**/csv_files').as('postFile');
cy.upload_file('.dropzone-title', 'bin_trade.xlsx');
cy.wait('@postFile');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment