Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sclevine/agouti
A WebDriver client and acceptance testing library for Go
https://github.com/sclevine/agouti
Last synced: 2 months ago
JSON representation
A WebDriver client and acceptance testing library for Go
- Host: GitHub
- URL: https://github.com/sclevine/agouti
- Owner: sclevine
- License: mit
- Archived: true
- Created: 2014-09-30T22:12:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T21:38:57.000Z (over 3 years ago)
- Last Synced: 2024-08-03T17:18:49.847Z (5 months ago)
- Language: Go
- Homepage:
- Size: 2.77 MB
- Stars: 823
- Watchers: 30
- Forks: 105
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- go-awesome - agouti - Web driven acceptance testing framework (Open source library / Test)
README
Agouti
======[![Build Status](https://api.travis-ci.org/sclevine/agouti.png?branch=master)](http://travis-ci.org/sclevine/agouti)
[![GoDoc](https://godoc.org/github.com/sclevine/agouti?status.svg)](https://godoc.org/github.com/sclevine/agouti)**NOTE: Agouti is no longer actively maintained. This was one of my earliest Go projects, and I am no longer happy with the API design. I recommend selecting an alternative WebDriver client for Go.**
Agouti is a library for writing browser-based acceptance tests in Google Go. It provides [Gomega](https://github.com/onsi/gomega) matchers and plays nicely with [Ginkgo](https://github.com/onsi/ginkgo) or [Spec](https://github.com/sclevine/spec). See [agouti.org](http://agouti.org) and the [GoDoc](https://godoc.org/github.com/sclevine/agouti) for documentation. Have questions? Check out the [Agouti mailing list](https://groups.google.com/d/forum/agouti) or the #agouti IRC channel on Freenode.
The [integration tests](https://github.com/sclevine/agouti/blob/master/internal/integration/) are a great place to see everything in action and get started quickly!