-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. |