Skip to content

Commit aea6b63

Browse files
committed
Added nodemon for auto-building e2e tests
1 parent 5ca37ec commit aea6b63

File tree

4 files changed

+404
-383
lines changed

4 files changed

+404
-383
lines changed

apps/remix-ide-e2e/src/tests/gist.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ module.exports = {
7474
.modalFooterCancelClick()
7575
},
7676

77+
'Display Error Message For Missing Gist Token': function (browser: NightwatchBrowser) {
78+
79+
},
80+
7781
'Display Error Message For Invalid Gist ID': function (browser: NightwatchBrowser) {
7882
browser
7983
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)

nodemon.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"watch": ["./apps/remix-ide-e2e/src"],
3+
"ext": "ts",
4+
"exec": "tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
5+
}

0 commit comments

Comments
 (0)