Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Modernize tests #404

Merged
merged 18 commits into from
Jul 27, 2018
Merged

Modernize tests #404

merged 18 commits into from
Jul 27, 2018

Conversation

sstephenson
Copy link
Contributor

This branch addresses intermittent test failures in CI by replacing the existing Blade/Replicant <iframe>-based test suite with a modern stack using Intern and the WebDriver interface.

Test cases are now written in TypeScript with async/await, flattening the nested hierarchy of callbacks.

The tests run in a Node.js process which controls browsers directly. (Currently the runner is only configured to test against a headless Chrome instance; we need to restore the Sauce Labs configuration before merging.)

@sstephenson
Copy link
Contributor Author

Porting the tests to other browsers is a bit more involved than I thought. We’ll revisit shortly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants