Skip to content

Commit

Permalink
corrected formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Jan 17, 2024
1 parent 7db5338 commit 8b7a384
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/Testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ If you are using Rails, you can edit the test configuration ``config/environment

To run the e2e tests we first have to run setup script ``sh e2e_tests/setup.sh``. After that we can run e2e tests by ``rspec -Oe2e_tests/.e2e_rspec e2e_tests/`` command
To run the setup script with custom options we can leverage following environment variables
``
ACTIVEGRAPH_PATH=local path of activegraph code (root directory)
ACTIVE_MODEL_VERSION=version of activemodel
E2E_PORT=neo4j server port
E2E_NO_CRED=set this to true when neo4j server has auth disabled
``

.. code-block:: bash
ACTIVEGRAPH_PATH=local path of activegraph code (root directory)
ACTIVE_MODEL_VERSION=version of activemodel
E2E_PORT=neo4j server port
E2E_NO_CRED=set this to true when neo4j server has auth disabled
How to clear the database
-------------------------
Expand Down

0 comments on commit 8b7a384

Please sign in to comment.