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

Commits on Aug 13, 2019

  1. feat: added test:e2e script

    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
    christyjacob4 committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    8e0e945 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. feat: added page-model and some test-scripts

    Started building the page model with some basic functionality and added a few tests to check the working of some buttons.
    christyjacob4 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    467ab7d View commit details
    Browse the repository at this point in the history
  2. feat: added page-model and some test-scripts

    Started building the page model with some basic functionality and added a few tests to check the working of some buttons.
    christyjacob4 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    f8204a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d3a03e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. feat: added few more tests

    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 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0615535 View commit details
    Browse the repository at this point in the history