package.json 318 B

12345678910111213
  1. {
  2. "name": "yili-dag-ui-tests",
  3. "version": "1.0.0",
  4. "description": "JupyterLab yili-dag Integration Tests",
  5. "private": true,
  6. "scripts": {
  7. "start": "jupyter lab --config jupyter_server_test_config.py",
  8. "test": "jlpm playwright test"
  9. },
  10. "devDependencies": {
  11. "@jupyterlab/galata": "^4.3.0"
  12. }
  13. }