diff --git a/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli-offline.md b/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli-offline.md index 5805ddf9..6b3d311a 100644 --- a/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli-offline.md +++ b/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli-offline.md @@ -48,7 +48,7 @@ In order to run the Galasa SimBanks tests you need to add some configuration inf ## Running the SimBank IVT test class by using the CLI -The SimBank tests are located in the `maven` directory of the `isolated.zip` downloadable file. Complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.25.0`. +The SimBank tests are located in the `maven` directory of the `isolated.zip` downloadable file. Complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.38.0`. Remember to initialise your local environment by running the `galasactl local init` command and to start the SimPlatform server by running the `run-simplatform.sh` script, as described in the [Running Galasa SimBank using the CLI offline](simbank-cli-offline) documentation. @@ -59,14 +59,14 @@ You are now ready to run a local Galasa test offline with just the contents of t On Mac or Unix: ``` galasactl runs submit local --log - \ ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \ +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT \ --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` On Windows (Powershell): ``` galasactl runs submit local --log - ` ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr ` +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT ` --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` @@ -80,7 +80,7 @@ On Mac or Unix: ``` galasactl runs submit local --log - \ ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \ +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest \ --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` @@ -89,7 +89,7 @@ On Windows (Powershell): ``` galasactl runs submit local --log - ` ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr ` +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest ` --localMaven file:////Users/youruserid/Downloads/isolated/maven ``` diff --git a/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli.md b/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli.md index 28699b86..ba24186c 100644 --- a/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli.md +++ b/src/markdown-pages/docs/running-simbank-tests/running-simbank-tests-cli.md @@ -50,7 +50,7 @@ In order to run the Galasa SimBanks tests you need to add some configuration inf The SimBank tests are held in the Galasa simplatform repository in GitHub. To start running the tests you need to clone the repository, if you have not already done so. To find out how to clone the cli repository, follow the instruction in the [Running Galasa SimBank online](../running-simbank-tests/simbank-cli) documentation. -After cloning the repository, complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.25.0` and Galasa uber OBR version `0.37.0`. +After cloning the repository, complete the following steps to run the SimBankIVT test that is provided with Galasa. The following example uses SimBank OBR version `0.38.0` and Galasa uber OBR version `0.38.0`. You can find the version of the `dev.galasa.simbank.obr` that you are using by looking in the `pom.xml` file in the `dev.galasa.simbank.obr` folder. The `dev.galasa.uber.obr` is the OBR that contains all the bundles that are needed for Galasa to work including Managers, any required dependencies, the framework, etc. The version of the `dev.galasa.uber.obr` depends on which version of Galasa you have installed. @@ -84,13 +84,13 @@ If you are a Mac or Linux user, the messages will be almost identical. On Mac or Unix: ``` galasactl runs submit local --log - \ ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \ +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT ``` On Windows (Powershell): ``` galasactl runs submit local --log - ` ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr ` +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.SimBankIVT ``` where: @@ -107,7 +107,7 @@ On Mac or Unix: ``` galasactl runs submit local --log - \ ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr \ +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr \ --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest ``` @@ -115,7 +115,7 @@ On Windows (Powershell): ``` galasactl runs submit local --log - ` ---obr mvn:dev.galasa/dev.galasa.simbank.obr/0.25.0/obr ` +--obr mvn:dev.galasa/dev.galasa.simbank.obr/0.38.0/obr ` --class dev.galasa.simbank.tests/dev.galasa.simbank.tests.BasicAccountCreditTest ```