-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathREADME.Docker
More file actions
22 lines (16 loc) · 1.12 KB
/
README.Docker
File metadata and controls
22 lines (16 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Hello,
This is the Docker image of TESTAR. The image runs with its own Chrome on a framebuffer. There is an X-server in the image that is not accessible by default.
Mount /testar/bin/output to a central location to gather the log files.
Mount /testar/bin/settings to a certal location to have the settings configuration
Take care of setting ShowVisualSettingsDialog to False in the settings file as well.
Take care of the following settings in the used settings file:
- Mode should be Generate
- SUTConnectorValue should indicate the web URL to test (TESTAR will automatically download chrome for testing)
- VisualizeActions should be false
- ShowVisualSettingsDialogOnStartup should be false
- FlashFeedback should be false
- ProtocolCompileDirectory should be set to a directory local to the image e.g. /tmp (this is where the compiled java files are written to)
If NUNIT Output is desired set ReportingClass to NUNIT 3.0 Reporting
Setup state model as required
Furthermore place a .sse file in the settings root to run the specific implementation
Find more information on the TESTAR wiki: https://github.com/TESTARtool/TESTAR_dev/wiki