You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to capture this somewhere, because it came up on another project.
Projects often need to have tests where JavaScript is required during testing. This requires the use of PhantomJS, but it isn't started by default and has been moved to the browsers-legacy Docker image variant on CircleCI. This usually requires the following change:
We should either add this to the standard config in the skeleton (if it is required often enough), or we should document how to enable PhantomJS for projects that need it.
The text was updated successfully, but these errors were encountered:
For the Federated Search Demo, I put in a PR to set up Chrome Headless. I haven't tried that for Circle CI, but I think that's the recommendation since PhantomJS is no longer under active development.
Just want to capture this somewhere, because it came up on another project.
Projects often need to have tests where JavaScript is required during testing. This requires the use of PhantomJS, but it isn't started by default and has been moved to the
browsers-legacy
Docker image variant on CircleCI. This usually requires the following change:We should either add this to the standard config in the skeleton (if it is required often enough), or we should document how to enable PhantomJS for projects that need it.
The text was updated successfully, but these errors were encountered: