diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..d22479b --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,18 @@ +# 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: + + ```cucumber + @this + Scenario: foo + ``` +- run `make cukethis`