mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00

`ein:login` or `ein:notebooklist-login` is the preferred way to access jupyterhub, although `ein:jupyterhub-connect` is still autoloaded.
7 lines
436 B
Gherkin
7 lines
436 B
Gherkin
@jupyterhub
|
|
Scenario: basic login
|
|
Given I start and login to jupyterhub configured "c.JupyterHub.answer_yes=True\nc.JupyterHub.authenticator_class='dummyauthenticator.DummyAuthenticator'\nc.JupyterHub.cookie_secret_file = '/var/tmp/jupyterhub_cookie_secret'"
|
|
And I switch to log expr "ein:log-all-buffer-name"
|
|
Then I should not see "[warn]"
|
|
And I should not see "[error]"
|
|
Given I start and login to the server configured "\n"
|