File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 npm run Experiment_Manager_test
5959 env :
6060 CI : true
61+ COntrol_Panel-test :
62+ # The type of runner that the job will run on
63+ runs-on : ubuntu-20.04
64+ container : lironavon/docker-puppeteer-container:14.16.0
65+ env :
66+ CI : true
67+ steps :
68+ - uses : actions/checkout@v1
69+ - name : Use Node.js ${{ matrix.node-version }}
70+ uses : actions/setup-node@v1
71+ with :
72+ node-version : ${{ matrix.node-version }}
73+ cache-dependency-path : frontend/e2e/tests/package-lock.json
74+ - name : Control Panel test using Tut#2
75+ run : |
76+ cd tests/frontend/e2e
77+ #install dependencies
78+ npm ci
79+ # run Experiment Manager test
80+ npm run Experiment_Manager_test
81+ env :
82+ CI : true
6183 Tutorial_1-SmokeTest :
6284 # The type of runner that the job will run on
6385 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments