Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekq/test.anotherway
A JavaScript testing facility
https://github.com/geekq/test.anotherway
Last synced: 7 days ago
JSON representation
A JavaScript testing facility
- Host: GitHub
- URL: https://github.com/geekq/test.anotherway
- Owner: geekq
- Created: 2010-07-12T11:41:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-16T17:21:52.000Z (over 14 years ago)
- Last Synced: 2024-10-19T00:15:52.062Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Test.AnotherWay is a single web page that uses simple convention
for writing and running tests, has nice UI, and has handy methods
for testing web pages, testing asyncronous code, recording and
replaying mouse input, and tracing test execution.See doc/doc.html for complete documentation with examples.
It can also run tests written for Test.Simple framework,
and there is an adapter, lib/Test/AnotherWay.js, useful as
drop-in replacement for Test.Builder, Test.Harness and Test.Simple.See lib/Test/README.jsan for more information on Test.Simple compatibility.