Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 17, 2023
1 parent b78deef commit 18f9aac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
33 changes: 24 additions & 9 deletions tests/acceptance/Lab.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,34 @@ https://robotframework-jupyterlibrary.readthedocs.io/en/stable/.
*** Settings ***
Documentation Server Proxies in Lab
Library JupyterLibrary
Suite Setup Start Lab Tests
Suite Setup Set Up
Test Tags app:lab


*** Variables ***
${CSS_LAUNCHER_CARD} css:.jp-LauncherCard-label

*** Test Cases ***
Lab Loads
Capture Page Screenshot 00-smoke.png
Dummy Test
${notebook dir} = Set Variable ${OUTPUT DIR}${/}notebooks

Set Up Test
Set Up

*** Keywords ***
Start Lab Tests
Set Up And More Test
Set Up
Open JupyterLab
Tag With JupyterLab Metadata
Set Screenshot Directory ${OUTPUT DIR}${/}lab


*** Keywords ***

Set Up
${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}
15 changes: 0 additions & 15 deletions tests/acceptance/__init__.robot
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,3 @@ Documentation Acceptance tests for jupyter-server-proxy
Library JupyterLibrary
Library OperatingSystem
Library Process
Suite Setup Set Up

*** Keywords ***
Set Up
${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 18f9aac

Please sign in to comment.