Skip to content

Commit

Permalink
Merge pull request #3705 from LBNL-UCB-STI/edward/#3701_pwd_unit_test…
Browse files Browse the repository at this point in the history
…_issue

#3701 add hints for scala unit test
  • Loading branch information
nikolayilyin authored Dec 26, 2022
2 parents 87d80de + 72d3ca1 commit e5b822a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added docs/_static/figs/scala_test_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,22 @@ Steps to add a new configuration :

To add a configuration for a different scenario , follow the above steps and change the folder path to point to the required scenario in program arguments

**Running BEAM unit test from IDE**

BEAM unit test requires some arguments to be specified and the configuration setting can be added as a run configuration inside the IDE.

Steps to add a new configuration :

* Go to Run > Edit Configurations
* Click Edit configuration templates... and select "ScalaTest"
* Fill in the following values
* Environment Variables : PWD=$PROJECT_DIR$
* Shorten command line : JAR manifest
* Click Ok to save the configuration.

.. image:: _static/figs/scala_test_configuration.png


BEAM in Docker image
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit e5b822a

Please sign in to comment.