tests-web
~~~~~~~~~

Tests and demos of Web technologies.

* Public Web server

<https://suika.suikawiki.org/~wakaba/-temp/test>.

* Local Web server

  $ git clone https://github.com/wakaba/tests-web
  $ cd tests-web
  $ make deps
  $ ./plackup -p 12345 -s Twiggy::Prefork support/server.psgi
  $ curl http://localhost:12345

* Heroku Button

<https://heroku.com/deploy?template=https://github.com/wakaba/tests-web>.

* Test data format

Different tests in this repository are written in different formats.
See their descriptions for details.

Many tests adopt the HTCT test case description format, which is a
generaliztion of the HTML parser's tree construction stage test
suite's format, applicable to other protocols as well.  See
<https://wiki.suikawiki.org/n/HTCT> for more information.

* Author

Wakaba <wakaba@suikawiki.org>.

* License

See LICENSE.
