parent
f112a44bb8
commit
c9f6993491
@ -0,0 +1,16 @@ |
|||||||
|
'use strict' |
||||||
|
import { NightwatchBrowser } from 'nightwatch' |
||||||
|
import init from '../helpers/init' |
||||||
|
|
||||||
|
declare global { |
||||||
|
interface Window { testmode: boolean; } |
||||||
|
} |
||||||
|
|
||||||
|
module.exports = { |
||||||
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
||||||
|
init(browser, done, 'http://127.0.0.1:8080', false) |
||||||
|
}, |
||||||
|
'Should load files from Localstorage': function (browser: NightwatchBrowser) { |
||||||
|
|
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue