Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.27 KB

Introduction

The Web Testing Service (WTS) is a web server that hosts the comprehensive web test suites and supports users to run them online through Browsers or Web Runtimes. Its backend also provides the web servers such as wpt server, web socket server and some test media content; its frontend is a friendly web page to customize tests, control testing, and show test results.

Documentation

Check out our documents at doc\.

  • doc/User_Guide_for_Web-Testing-Service_Setting_Up

Contributing

Absolutely everyone is welcome (and even encouraged) to contribute to WTS development and bug report.

The way to contribute is just as usual:

  • fork this repository (and make sure you're still relatively in sync with it if you forked a while ago);
  • create a branch for your changes, git checkout -b username\topic;
  • make your changes;
  • push that to your repo;
  • and send in a pull request based on the above.

Please make your pull requests to master.

Or you can report an issue of the tests and/or tools in this JIRA system:

License

Except as noted in COPYING and/or NOTICE files, or as headed with license info, test suite source code uses a BSD-style license that can be found in the LICENSE file.