8 lines
259 B
TypeScript
8 lines
259 B
TypeScript
|
import seleniumGrid from './selenium-grid'
|
||
|
import serve from './serve'
|
||
|
import testBrowserstack from './test-browserstack'
|
||
|
import testCi from './test-ci'
|
||
|
import testLocal from './test-local'
|
||
|
|
||
|
export { testCi, testLocal, testBrowserstack, seleniumGrid, serve }
|