theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Make session directly available in functional tests #1127

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

Functional tests currently expose the Command API through this.remote. The session API is the standard Promises-based API, and should also be directly available.

Make the session directly available as this.browser.