Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures
Fixture collection that can be used with FitNesse.
Selenium 3 Webdriver Fixture / DatabaseFixture / RestFixture / SOAPWebserviceFixture and more
https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures
fitnesse fixture selenium webdriver
Last synced: about 2 months ago
JSON representation
Fixture collection that can be used with FitNesse. Selenium 3 Webdriver Fixture / DatabaseFixture / RestFixture / SOAPWebserviceFixture and more
- Host: gitlab.com
- URL: https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures
- Owner: PascalSmeets
- Created: 2015-07-24T11:01:53.640Z (over 9 years ago)
- Default Branch: master
- Last Synced: 2023-09-07T09:38:01.873Z (over 1 year ago)
- Topics: fitnesse, fixture, selenium, webdriver
- Stars: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
Fixtures for use in a java based testproject.
The code is tailored for FitNesse, but almost all methods can be used by any testproject.
from version 1.2.1 Browserstack support is added
To use this now read [these instructions](https://gitlab.com/PascalSmeets/psek-fitnesse-fixtures/commit/bc247d53fba44f5dc4470ec3340080589bd9eb02) or check out the reference site when the new version is released to Maven Central._Using browserstack is as simple as defining the correct selenium hub (with your credentials) and setting the desired capabilities!_
More information on the specific fixtures can be found in the [Manual](@ref manual).
The modules provide functionality for:
- api module
- REST API and SOAP webservice tests
- database module
- Databases and SQL
- selenium module
- Selenium Webdriver
- general module
- Generating testdata, using json and xml, working with files, pdf documents ... and more
- ldap module
- Basic LDAP functionality that you can extend in your own classes
- util module
- classes used by the other modules
- runner module
- classes specific for FitNesse