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

feat: E2E test suite with puppeteer+ipfsd-ctl #1353

Merged
merged 21 commits into from
Jan 8, 2020
Merged

Commits on Dec 5, 2019

  1. feat: e2e test suite against real go-ipfs

    This is initial version that uses jest-puppeteer for end to end
    integration/regression tests against real HTTP API.
    
    For now it runs headless chromium against go-ipfs,
    but can be extended to run test matrix against js-ipfs as well.
    
    Single file upload acts as a POC test case.
    lidel committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    215c3e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. test: e2e for Explore screen

    lidel committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7a6d719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c34cfb View commit details
    Browse the repository at this point in the history
  3. refactor: ipfsd-ctl v1

    lidel committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3850829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa13608 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6117446 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. fix: use devDependencies versions in e2e

    (we don't want to use go-ipfs-dep from ipfsd-ctl
    lidel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    687d083 View commit details
    Browse the repository at this point in the history
  2. feat: support E2E_API_URL

    lidel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d807244 View commit details
    Browse the repository at this point in the history
  3. chore: cleanup

    lidel committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d93e799 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    7b65a2e View commit details
    Browse the repository at this point in the history
  2. fix: lint

    lidel committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    49b0245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fd6224 View commit details
    Browse the repository at this point in the history
  4. chore: fix lint

    lidel committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f4dfb89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a068f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    b9e544d View commit details
    Browse the repository at this point in the history
  2. chore: fix lint

    lidel committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f66843f View commit details
    Browse the repository at this point in the history
  3. docs: README for E2E tests

    lidel committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    793850c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58c90af View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    bac8428 View commit details
    Browse the repository at this point in the history
  2. refactor: switch to http-server

    ecstatic is deprecated
    lidel committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    421a5c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89a2491 View commit details
    Browse the repository at this point in the history