Skip to content
New issue

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

Added e2e test scripts as per #87 #89

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

christyjacob4
Copy link

@christyjacob4 christyjacob4 commented Aug 22, 2019

  • Added test:e2e script to package.json
  • Added page-objects dir to tests/e2e/ and created a page-model. (In Progress)
  • Added tests to cover some user-flows. (In Progress)

Added functionality to invoke a e2e test script using TestCafe. Environment Variable PLAYGROUND_URL is set while invoking the test:e2e script. Added a sample test in tests/e2e/mock_test.js
Started building the page model with some basic functionality and added a few tests to check the working of some buttons.
Started building the page model with some basic functionality and added a few tests to check the working of some buttons.
Moved all the DOM manipulation to page-objects. Moved page-objects directory to tests/e2e/page-objects. Added a few more tests to check functionality of the "Sources" Dropdown
@christyjacob4 christyjacob4 changed the title Added a few test scripts to fix #87 fix: #87 Added test scripts as per issue Aug 22, 2019
@christyjacob4 christyjacob4 changed the title fix: #87 Added test scripts as per issue Added e2e test scripts as per #87 Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant