All Projects → gocd → Functional Tests

gocd / Functional Tests

Licence: apache-2.0
Smoke, acceptance and regression tests for GoCD

Programming Languages

ruby
36898 projects - #4 most used programming language

Gauge Badge

Pre-Requisites

  • 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

Setup

  • 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 or firefox-bin in src/test/java/twist.properties (for both the sahi.browserLocation and webdriver.firefox.bin properties) to reflect the paths on your machine

Clean/setup

  • 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

Running tests

$ GO_VERSION=X.x.x gauge run specs/AdminTaskListing.spec

Contributing

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.

License

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].