twosigma/webtau

Name: webtau

Owner: Two Sigma

Description: webtau - web test automation. REST and UI testing framework.

Created: 2018-05-02 15:08:55.0

Updated: 2018-05-24 08:15:12.0

Pushed: 2018-05-24 08:15:15.0

Homepage: https://opensource.twosigma.com/webtau/guide

Size: 4057

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

webtau

Web Test Automation User Guide

Simple REST tests
ario("simple get") {
http.get("/weather") {
    temperature.should == 88
}

Robust UI tests
ario("""# Search facts
r a fact in a search box and 
rmation will be displayed in a special box
 {
search.open()
search.submit(query: "search this")

search.numberOfResults.should == 2

Precise Reporting

report-image


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.