import { Context } from 'mocha'; import { Application } from 'spectron'; export interface IApplicationContext extends Context { app?: Application; }