Now that #2775653: JavascriptTests with webDriver is in both 8.5.x and 8.6.x we should convert all the existing phantomjs tests over to using seleniumdriver.
This can save a significant amount of testing costs as we'll be able to parallelize the tests instead of running them serially, as well as eventually drop support for phantomjs in drupalCI, since phantom is now abandonware.
Tasks:
- Add a new TestBaseClass that uses Webdriver
- Deprecate the old PhantomJS classes
- Convert the tests that can be converted safely
- Open followups for the tests that need work to be converted (see #13 for the different categories)
- Add a change record to indicate PhantomJS tests are now deprecated