Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Tests #12

Merged
merged 49 commits into from
Apr 26, 2019
Merged

Tests #12

merged 49 commits into from
Apr 26, 2019

Commits on Apr 21, 2019

  1. Configuration menu
    Copy the full SHA
    a4ce3ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    054c627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb3da2 View commit details
    Browse the repository at this point in the history
  4. Remove redux actions unit tests

    - we are testing action in our reducer integration test
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    283478e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d695e9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96a137b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6215985 View commit details
    Browse the repository at this point in the history
  8. Create test case for disabled button

    - just to show how coverage works and why button was not 100 % covered
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    592604b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67fe678 View commit details
    Browse the repository at this point in the history
  10. Create successful test for not found page

    - create render with router helper
    - create basic test case
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    95b8e31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c61a349 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1cc2c59 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    02bed15 View commit details
    Browse the repository at this point in the history
  14. Add jest-mock dependency

    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    016098f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    08e4cea View commit details
    Browse the repository at this point in the history
  16. Getting rid of classes

    arnostpleskot committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    c4bd7cd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e1aaa8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    21635ee View commit details
    Browse the repository at this point in the history
  19. Mock Fetch requests

    - add fetch-mock dev dependency
    - mock GET /api/skus
    - mock POST /oauth/token
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    5fdc5dd View commit details
    Browse the repository at this point in the history
  20. ramdify

    varholak-peter committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    b3f09d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dcf549c View commit details
    Browse the repository at this point in the history
  22. Create basic tests for cart page

    - initialize redux store with mock data
    - update cart item component so that we can differentiate between loaded and not loaded state
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    91a2813 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6831962 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e601196 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3642e2e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6c5c135 View commit details
    Browse the repository at this point in the history
  27. Write advanced tests for signup page

    - test unsuccessful submit
    - test successful submit
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    21ed32b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7b0e673 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8104b90 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'week5-homework' of https://github.com/strvcom/react-nig…

    …hts-2018-private into tests
    
    # Conflicts:
    #	src/components/Layout/index.js
    #	src/pages/Cart/CartItem.js
    #	src/pages/LogIn/index.js
    #	src/pages/SignUp/index.js
    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    5687627 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    026e2fe View commit details
    Browse the repository at this point in the history
  32. Fix typo

    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    365a1d1 View commit details
    Browse the repository at this point in the history
  33. Polish source code

    developer239 committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    3fe0468 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Make store mock nicer

    developer239 committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    741a015 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac821ce View commit details
    Browse the repository at this point in the history
  3. Fix snapshot tests

    developer239 committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    8fcb048 View commit details
    Browse the repository at this point in the history
  4. Install cypress

    developer239 committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    584b989 View commit details
    Browse the repository at this point in the history
  5. Initialize cypress

    developer239 committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    529852b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03f45e1 View commit details
    Browse the repository at this point in the history
  7. Fix cypress base url

    developer239 committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    e58c97c View commit details
    Browse the repository at this point in the history
  8. Write basic cypress test

    developer239 committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    4dc68aa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Fix cypress test

    developer239 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    1fb47c2 View commit details
    Browse the repository at this point in the history
  2. Resolve tasks from code review

    - fix naming in reducer test
    - rename test files from index.test.js to [testee].test.js
    - replace some snapshots with normal jest expectations
    developer239 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    ba0a6ed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/strvcom/react-nights-2018…

    …-private into tests
    
    # Conflicts:
    #	src/components/Layout/index.js
    #	src/components/Pagination/SizeSelect.js
    #	src/pages/Cart/CartItem.js
    #	src/pages/Cart/index.js
    #	src/pages/LogIn/index.js
    #	src/pages/ProductList/index.js
    #	src/pages/SignUp/index.js
    #	src/store/cart/reducer.js
    #	yarn.lock
    developer239 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    fa13c9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6635c0 View commit details
    Browse the repository at this point in the history
  5. Add cross-env

    developer239 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    0ceeb98 View commit details
    Browse the repository at this point in the history
  6. Revert "Add cross-env"

    This reverts commit 0ceeb98
    developer239 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    02e2c23 View commit details
    Browse the repository at this point in the history
  7. Revert "Run tests before every commit"

    This reverts commit c6635c0
    developer239 committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    daffaa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15e7a9a View commit details
    Browse the repository at this point in the history