Setup & Options
Window-based Tests
Popup blockers will interfere with the window-based (popup) tests.
Skip window tests by running opening this page's URL in a different window with the 'skipWindowTests' hash value.
Example: "http://example.com/PostComm/Testing.Main.html#skipWindowTests"
Testing on Other Domains
- Copy all files in this repository to a server
- Must run from a server, not a local file (file://)
- Local servers can be easily created with WAMP for Windows, MAMP for OS X, or XAMPP for Linux
- Navigate to the "Testing.Main.html" page
Custom Cross-Domain Testing
The cross-domain tests may be run on a non-jsfiddle.net server
- Copy all files in this repository to a server with a different domain
- Edit two variables in this file (Testing.Main.html)
- crossDomainEchoPath - change to the URL of Testing.Echo.html on the different domain
- crossDomainChildPath - change to the URL of Testing.ChildHelper.html on the different domain
- crossDomainChildPingPath - change to the URL of Testing.PingChildHelper.html on the different domain
- Navigate to the "Testing.Main.html" page on the original domain