Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 17, 2023
1 parent ffe1928 commit 029f9f6
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions tests/acceptance/Lab.robot
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@ Test Tags app:lab

*** Test Cases ***
Lab Loads
Copy
Wait For New Jupyter Server To Be Ready
... %{JUPYTER_LIBRARY_APP_COMMAND}
... stdout=${OUTPUT DIR}${/}server.log
... notebook_dir=${notebook dir}
... cwd=${notebook dir}

*** Keywords ***

Copy
${notebook dir} = Set Variable ${OUTPUT DIR}${/}notebooks
Copy Directory resources ${notebook dir}
Set Screenshot Directory EMBED
Set Environment Variable
... name=JUPYTER_CONFIG_DIR
... value=${notebook dir}
Wait For New Jupyter Server To Be Ready
... %{JUPYTER_LIBRARY_APP_COMMAND}
... stdout=${OUTPUT DIR}${/}server.log
... notebook_dir=${notebook dir}
... cwd=${notebook dir}

0 comments on commit 029f9f6

Please sign in to comment.