- JDK 8 (verified on 1.8.0_172-b11)
- Gradle (verified to work on 4.6)
- Maven (verified to work on 3.5.4)
- Node 6.x (7.x will not work)
- Gauge 1.0.0
- Mercurial
- Ant
- Git
- Firefox <= 45.x (verified on 45.9.0esr; the version of webdriver used only supports up to 45)
- If running specs related to other SCM repos like TFS, SVN, Perforce ensure they are installed on the machine executing the specs
- Need the following repos cloned as sibling directories to this repo:
$ cd functional-tests
$ gauge install
$ gauge update --all
(in case the plugins were already installed before the previous command, update them to the latest anyway)- If you are using
nvm
, verify that Node 6.x is activated - Modfiy the paths to
firefox.exe
orfirefox-bin
insrc/test/java/twist.properties
(for both thesahi.browserLocation
andwebdriver.firefox.bin
properties) to reflect the paths on your machine
- Build GoCD master repo and
go-plugins
repo from their respective folders
# This will prepare the functional tests related artifacts in the functional tests folder
$ cd functional-tests
$ rake clean setup
$ GO_VERSION=X.x.x gauge run specs/AdminTaskListing.spec
We encourage you to contribute to GoCD. For information on contributing to this project, please see our contributor's guide. A lot of useful information like links to user documentation, design documentation, mailing lists etc. can be found in the resources section.
Copyright 2018 ThoughtWorks, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.