-
-
Notifications
You must be signed in to change notification settings - Fork 16
Installation
Branko Juric edited this page Jul 27, 2019
·
87 revisions
- A Web browser (Chrome, Firefox, IE, or Safari)
- A Java runtime
- You can verify that you have Java by opening a command prompt and typing
java -version. -
Download and install Java if you do not have it
- gwen-web v2.x will require Java 8
- gwen-web v1.x will require Java 7+
- You can verify that you have Java by opening a command prompt and typing
To install the Gwen Web engine, follow the instructions in one of the following methods:
This is the recommended way to install Gwen
A downloadable Gwen Workspace will self install and configure Gwen to execute consistently on any user workstation or build server. This method is ideal for web automation teams wanting to share their work with each other in Git and who need an easy way to execute their Gwen suite on any machine and target different environments.
- Download the latest gwen-workspace.zip
- Extract the zip file into a directory
- If you are on a Unix platform, open a command prompt and execute the following command inside the unpacked
gwen-web-[version]folder to make the scripts executable:chmod u+x gwen*
- If you are on a Unix platform, open a command prompt and execute the following command inside the unpacked
- Start using Gwen
OR..
Perform the following to manually download and install the latest binary build:
- Download the gwen-web zip file from the latest release page
- Extract the zip to a desired location on your local drive. This will create a
gwen-web-[version]folder in your unpacked location- If you are on a Unix platform, open a command prompt and execute the following command inside the unpacked
gwen-web-[version]folder to make the scripts executable:chmod u+x {,bin/}gwen*
- If you are on a Unix platform, open a command prompt and execute the following command inside the unpacked
- Configure your target browser as described in runtime settings
- Start using Gwen
If you you would like to integrate Gwen with Maven, see:
