Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

DEVELOPMENT.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

Atalanta development guidelines

set up development machine

To run the end-to-end tests you need the tools that these tests call installed, e.g. node, npm, cargo, etc.

run tests

Run a single end-to-end test:

  • add the @this tag to the test, like so:

    @this
    Scenario: foo
  • run make cukethis