Skip to content

Commit

Permalink
Readme to run sikuli test from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
agyen committed Sep 6, 2024
1 parent 8654116 commit 724d927
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,13 @@ The necessary solutions have to be built in the following order:
1. [Download](https://launchpad.net/sikuli/+download) sikuli IDE jar file.
2. Launch the IDE with a double click on the sikuli IDE jar file

#### Run tests
#### Run tests from sikuli IDE
1. Launch [FDC3 Chart and Grid Example](####FDC3-Chart-and-Grid-Example)
2. On the Sikuli IDE click on file -> open
3. Locate the test file and select.
4. Click on the "Run" button in sikuli IDE to execute the script. Ensure that [FDC3 Chart and Grid Example](####FDC3-Chart-and-Grid-Example) is running in the background as Sikuli script will interact with it directly.
4. Click on the "Run" button in sikuli IDE to execute the script. Ensure that [FDC3 Chart and Grid Example](####FDC3-Chart-and-Grid-Example) is running in the background as Sikuli script will interact with it directly.

#### Run tests from CLI
1. Launch [FDC3 Chart and Grid Example](####FDC3-Chart-and-Grid-Example)
2. Open your terminal and run `java -jar PATH-TO-SIKULI/sikuli-ide.exe -r PATH-TO-TEST_FILE`
3. Example `java -jar ./sikulixide-2.0.5-win.jar -r ./grid-and-chat-display-automated-test.py`

0 comments on commit 724d927

Please sign in to comment.