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

#4734 Use separate mock api for each test #4928

Merged
merged 73 commits into from Feb 1, 2023

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    88e04cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    957c9c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    808c3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6341593 View commit details
    Browse the repository at this point in the history
  3. improve test port setting

    sosnovsky committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    bc37919 View commit details
    Browse the repository at this point in the history
  4. add default mock api

    sosnovsky committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e930393 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. separate port for each test

    sosnovsky committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f24f68c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa7882 View commit details
    Browse the repository at this point in the history
  3. get extension id once

    sosnovsky committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a6e8f6f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    9de3ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b10bed View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    be0f6e1 View commit details
    Browse the repository at this point in the history
  2. make tests independent

    sosnovsky committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cffd6f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b7385 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fix extensionDir path

    sosnovsky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e856a3c View commit details
    Browse the repository at this point in the history
  2. update setMaxListeners

    sosnovsky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1d3ba2e View commit details
    Browse the repository at this point in the history
  3. add debug info

    sosnovsky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    23b6016 View commit details
    Browse the repository at this point in the history
  4. more logs

    sosnovsky committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    44f5901 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. update WKD_API_HOST

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    431ea85 View commit details
    Browse the repository at this point in the history
  2. update consts

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5e76fab View commit details
    Browse the repository at this point in the history
  3. debug

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    eb82ec3 View commit details
    Browse the repository at this point in the history
  4. test ContactStore

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6c5a2db View commit details
    Browse the repository at this point in the history
  5. run all unit tests

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    aefb067 View commit details
    Browse the repository at this point in the history
  6. run only unit tests

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e01e558 View commit details
    Browse the repository at this point in the history
  7. fix unit mock port

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    cf52c48 View commit details
    Browse the repository at this point in the history
  8. run all wkd tests

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f97c74b View commit details
    Browse the repository at this point in the history
  9. separate gmail tests

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f00a3b7 View commit details
    Browse the repository at this point in the history
  10. disable gmail

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    92ba040 View commit details
    Browse the repository at this point in the history
  11. disable gmail

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    bded044 View commit details
    Browse the repository at this point in the history
  12. remove acct param

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e266f15 View commit details
    Browse the repository at this point in the history
  13. add logging

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    89b1cf7 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' into feature/issue-4734-one-mock-per-test

    # Conflicts:
    #	package-lock.json
    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    42a1f62 View commit details
    Browse the repository at this point in the history
  15. more logging

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    111b0f4 View commit details
    Browse the repository at this point in the history
  16. new logs

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d335745 View commit details
    Browse the repository at this point in the history
  17. log oauth url

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    972bba3 View commit details
    Browse the repository at this point in the history
  18. log errors

    sosnovsky committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0dee435 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. log current consts

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    eabe325 View commit details
    Browse the repository at this point in the history
  2. log extension dir

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    67f8741 View commit details
    Browse the repository at this point in the history
  3. log extension files

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    523da50 View commit details
    Browse the repository at this point in the history
  4. update config script

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ac260aa View commit details
    Browse the repository at this point in the history
  5. update config script

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    69f58c9 View commit details
    Browse the repository at this point in the history
  6. update config script

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6bd8795 View commit details
    Browse the repository at this point in the history
  7. check test

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2b79af1 View commit details
    Browse the repository at this point in the history
  8. run all tests

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9ef650c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    575d8db View commit details
    Browse the repository at this point in the history
  10. fix unit tests

    sosnovsky committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b898a08 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    4491785 View commit details
    Browse the repository at this point in the history
  2. fix flaky tests

    sosnovsky committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    eb97dd6 View commit details
    Browse the repository at this point in the history
  3. split standard tests

    sosnovsky committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    49316d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. use browser pool

    sosnovsky committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    92ca335 View commit details
    Browse the repository at this point in the history
  2. fix settings tests

    sosnovsky committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    42b63da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d13a1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    695f8af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. fix for settings tests

    sosnovsky committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2cc88d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/issue-4734-one-mock-per-test

    # Conflicts:
    #	package-lock.json
    #	test/source/mock/backend/backend-data.ts
    #	test/source/mock/backend/backend-endpoints.ts
    #	test/source/tests/flaky.ts
    #	test/source/tests/settings.ts
    sosnovsky committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d287a1e View commit details
    Browse the repository at this point in the history
  3. fix email parsing

    sosnovsky committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0ed4b9f View commit details
    Browse the repository at this point in the history
  4. fix setup tests

    sosnovsky committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ef18cef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77473e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix typo

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    dc3acc5 View commit details
    Browse the repository at this point in the history
  2. fix fes mock endpoints

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    78cb6f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d43cd View commit details
    Browse the repository at this point in the history
  4. fix mock email parsing

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5569bd2 View commit details
    Browse the repository at this point in the history
  5. code cleanup

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9adca86 View commit details
    Browse the repository at this point in the history
  6. fix mock errors handling

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    87dab76 View commit details
    Browse the repository at this point in the history
  7. code cleanup

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    963aa56 View commit details
    Browse the repository at this point in the history
  8. code cleanup

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6cb9221 View commit details
    Browse the repository at this point in the history
  9. increase concurrency

    sosnovsky committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f796a3f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    6e5370d View commit details
    Browse the repository at this point in the history
  2. close mock api on test end

    sosnovsky committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    94503e3 View commit details
    Browse the repository at this point in the history
  3. fix mock api close

    sosnovsky committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    33c6860 View commit details
    Browse the repository at this point in the history
  4. code cleanup

    sosnovsky committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    efe8f74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9851558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27033c6 View commit details
    Browse the repository at this point in the history