Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
installdoc [2021/01/25 16:11] admin [Installing TestOptimal Server/IDE] |
installdoc [2024/01/02 19:31] (current) admin [License Setup] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== TestOptimal Installation ===== | ===== TestOptimal Installation ===== | ||
| - | This document provides the instructions to install // | + | This document provides the instructions to install |
| ====Prerequisite==== | ====Prerequisite==== | ||
| - | * //JDK 8// or later | + | * //JDK 17// or later |
| - | * OS: // | + | * OS: //Windows, Mac, Linux//. |
| * Memory: at least 4GB | * Memory: at least 4GB | ||
| * Disk Space (free): at least 2GB. | * Disk Space (free): at least 2GB. | ||
| + | * Modern browser (Firefox, Chrome, Edge, Safari) | ||
| ---- | ---- | ||
| Line 26: | Line 27: | ||
| brew install graphviz | brew install graphviz | ||
| - | | + | |
| + | ===Docker=== | ||
| + | * run following docker command to start TestOptimal server: | ||
| + | |||
| + | docker run -p 8888:8888 testoptimal/ | ||
| ---- | ---- | ||
| ==== Browser Setup ==== | ==== Browser Setup ==== | ||
| - | // | + | // |
| - | Alternative, you may manually | + | Alternatively, you may copy the required browser driver into the expected location |
| Check {{http:// | Check {{http:// | ||
| | | ||
| - | If using Safari browser | + | If you are performing AUT testing on Safari browser, |
| | | ||
| Line 44: | Line 49: | ||
| ---- | ---- | ||
| - | ==== Eclipse and Other Java IDE Setup ==== | ||
| - | You may interact with // | ||
| - | In your java IDE, add the following Maven dependency to the pom.xml file: | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | ==== License Setup ==== | ||
| - | If you were given a license key, you can enter the license key information at: [[ide_overview# | ||
| ==== Customization ==== | ==== Customization ==== | ||