aamay001/react-resume

DownloadButton: Add Cypress Test

aamay001 opened this issue · 7 comments

const DownloadButton = ({ resume }) => (

Test the behavior using Cypress.

##Acceptance Criteria

  1. Submit PR to the development branch
  2. Create folder structure to match src tree under cypress\integration

Hi,
I see some PR created to add some Cypress tests, but I don't see a task to execute a Cypress Tests.
How you expect execute all test with Cypress in this project ??

Hi @jespicas, please make sure you are working from the development branch. There are two scripts in the package.json file to run the Cypress tests.

@jespicas I assigned you this issue but you actually did not ask for it. Do you want to work on this? If not I will remove the assignment.

I can try to do

This PR contains the test #102

Changes requested. Please see PR #102

Thanks for your contributions!