Bug 147093 (InspectorTest)

Summary: [META] Make it easier to test the Web Inspector
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, jjgjoojis, jonowells, tobi+webkit, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 147068, 148025, 148036, 148636, 152263, 110186, 123770, 137130, 137131, 138665, 147096, 147231, 147934, 148037, 148181, 148641, 148686, 148726    
Bug Blocks:    

Description Brian Burg 2015-07-19 13:48:52 PDT
This is a tracking bug for improvements to Inspector test harness, utilities, and other things.
Comment 1 Radar WebKit Bug Importer 2015-07-19 13:49:02 PDT
<rdar://problem/21892568>
Comment 2 Tobias Reiss 2015-08-17 07:11:26 PDT
I found the following 2 Testing Frameworks that are very basic comparing to other Frameworks. Both Frameworks do not expose globals and fluent-style API. The idea is to pick a Framework and run tests without a Browser dependency.

- https://github.com/WebReflection/wru
I haven't seen that Framework being used in the wild but interestingly it is already JSC compatible.

- https://www.npmjs.com/package/tape
Popular Testing Framework but not JSC compatible.