Page MenuHomePhabricator

Set up hybrid JS testing runs in CI
Closed, ResolvedPublic

Description

Now that we have some basic hybrid js-php testing in place, we should enable that in CI to make sure new patches don't break previously ported functionality.

This will require some more work on the Parsoid/JS side to address blacklist changes on 1/2 tests (depending on which passes are run in PHP) because of existing issues. This will ensure we can use this new task as a voting task.

Event Timeline

ssastry triaged this task as High priority.Mar 23 2019, 2:12 PM
ssastry assigned this task to cscott.

With https://gerrit.wikimedia.org/r/c/mediawiki/services/parsoid/+/505681, we have initial CI testing in place now. This can be extended as more code is ported.