features/test-scenarios/install_jupyterlab.sh
Samruddhi Khandale 69d3df5f94
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'

* removing duplicate tests
2022-08-05 18:11:46 +00:00

17 lines
337 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "version" jupyter lab --version
check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_notebook_config.py
check "user" whoami | grep vscode
check "zsh" zsh --version
check "wget" wget -V
# Report result
reportResults