File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 npm run Control_Panel_test
8181 env :
8282 CI : true
83+ Save_and_Open_File-test :
84+ # The type of runner that the job will run on
85+ runs-on : ubuntu-20.04
86+ container : lironavon/docker-puppeteer-container:14.16.0
87+ env :
88+ CI : true
89+ steps :
90+ - uses : actions/checkout@v1
91+ - name : Use Node.js ${{ matrix.node-version }}
92+ uses : actions/setup-node@v1
93+ with :
94+ node-version : ${{ matrix.node-version }}
95+ cache-dependency-path : frontend/e2e/tests/package-lock.json
96+ - name : Test for Opening and Saving a file
97+ run : |
98+ cd tests/frontend/e2e
99+ #install dependencies
100+ npm ci
101+ # run Control Panel test
102+ npm run Save_Open_File_test
103+ env :
104+ CI : true
83105 Tutorial_1-SmokeTest :
84106 # The type of runner that the job will run on
85107 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments