Skip to content

omgnetwork/specs

Repository files navigation

Specs

TBD - Repo containing specs and integrations tests

Setup and Run

# If there is already some elixir-omg docker running, this can make sure it is cleaned up
make clean

# Start the elixir-omg services (childchain, watcher and watcher_info) as background services

# Run all the tests
make test

# To run a specific test, see the <test_file_name> in apps/itest/test/
mix test test/itest/<test_file_name>.exs

CI flow

If you made a change in repo that requires e2e test (elixir-omg is used as an example here):

  1. Code the test and open PR in specs repo.
  2. Edit .gitmodules to change the specs repo in elixir-omg to point to your specs PR branch.
  3. Before you merge elixir-omg PR, change the specs repo back to master.
  4. Merge the PR in specs repo.

About

OMG Network Specs, Integration, Performance, Stress Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages