Skip to content
#

webservices

Here are 461 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Jul 8, 2021

As a developer, I would like to automatically create a layout with pages from a given resource tree, so that my project is easier to maintain.

Example

var tree = ResourceTree.FromProject("Pages");

var pages = Pages.From(tree);

var website = Website.Create()
                     .Content(pages);

Acceptance criteria

  • The functionality is implemented in a n

The Selenified Test Framework provides mechanisms for simply testing applications at multiple tiers while easily integrating into DevOps build environments. Selenified provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browsers locally, or in the cloud in parallel. It can be a great starting point for building or improving test automation in your organization.

  • Updated Mar 9, 2020
  • Java
benhalstead
benhalstead commented May 31, 2019

httpendpoint.RequestedVersionExtractor.Extract should be able to return an error if the version encoded in the request is missing or invalid, resulting in an HTTP 400

RequestedVersionExtractor should be injected into the HTTPServer via a decorator (which the RuntimeCtl instance of the HTTPServer should opt out).

Improve this page

Add a description, image, and links to the webservices topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webservices topic, visit your repo's landing page and select "manage topics."

Learn more