-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert integration tests to use ISLE, not the Playbook #487
Comments
Running |
Turns out that localhost:8000 and password "islandora" work with ISLE.... so no need to change those settings. |
Specifically, the ISLE Starter Site, using "password" as the password. |
Done so far:
|
are complete |
@mjordan now that I have been slowly reading and learning the workbench codebase, I may be able to help a bit with this issue. Let me know here or on slack how I can start helping you with this issue. |
Resolved with 47aa7ea. |
Since ISLE appears to be the preferred method of running an Islandora instance locally, tests should use it, and not the Playbook, as their target Drupal.
Currently, all integration tests use the following values in their config files:
They should use:
These credentials assume that the ISLE "secrets" are not enabled.
The text was updated successfully, but these errors were encountered: