Skip to content

Commit

Permalink
Add Prerequisite to Java Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmcouch authored May 21, 2018
1 parent 768949a commit 71a7232
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/java-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

#### Running The Example

**_Install the serverless framework_**
```shell
npm install serverless -g
```

**_Use shell commands to clone the repository and change the working directory to the Java example_**
```shell
git clone [email protected]:blackboard/lambda-selenium.git
Expand Down Expand Up @@ -32,4 +37,4 @@ gradle clean test

When the tests are ran, they will be executed in parallel by invoking the Lambda function that was created.
Once the tests are complete, open folder './build/screenshots' to view screenshots taken inside the running tests.
If a test fails, the exception will be thrown for the test case and logged to the console.
If a test fails, the exception will be thrown for the test case and logged to the console.

0 comments on commit 71a7232

Please sign in to comment.