https://github.com/TESTARtool/TESTAR_dev
TESTAR, automated testing through the Graphical User Interface
https://github.com/TESTARtool/TESTAR_dev
automated gui monkey testing
Last synced: about 2 months ago
JSON representation
TESTAR, automated testing through the Graphical User Interface
- Host: GitHub
- URL: https://github.com/TESTARtool/TESTAR_dev
- Owner: TESTARtool
- License: bsd-3-clause
- Created: 2017-05-07T11:26:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:10:38.000Z (6 months ago)
- Last Synced: 2024-10-23T18:14:53.608Z (6 months ago)
- Topics: automated, gui, monkey, testing
- Language: Java
- Homepage: http://www.testar.org
- Size: 483 MB
- Stars: 34
- Watchers: 11
- Forks: 22
- Open Issues: 45
-
Metadata Files:
- Readme: README.Docker
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-java - TESTAR
README
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 configurationTake 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 contain the reference "/usr/bin/chromedriver" (the internal chromedriver of the Docker container)
- 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