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

test: E2E Mock API structure #2624

Merged
merged 15 commits into from
Nov 15, 2021

Commits on Oct 13, 2021

  1. e2e: add mock api structure for e2e tests

    This commit adds a plugin extensible test structure for e2e tests. It
    allows the developer to have a more scalable support structure for
    mock api test data, create custom commands, and generate custom data for
    tests. This diff also includes a working offline test example for
    proposals list.
    victorgcramos committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    059f167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772805c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd708f View commit details
    Browse the repository at this point in the history
  4. chore: add faker dep

    victorgcramos committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5a9bb71 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 26, 2021

  1. fix conflicts

    victorgcramos committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    48453d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e884a04 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    82e309c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11bd0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa0f8d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    28284d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. fix: review fixes

    victorgcramos committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e81e7ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. chore: fix conflicts

    victorgcramos committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    687afaf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. style: fix lint

    victorgcramos committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    152713b View commit details
    Browse the repository at this point in the history
  2. style: fix prettier

    victorgcramos committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7416d22 View commit details
    Browse the repository at this point in the history