2dbfda1285
Adds webdriver tests for testing from a users perspective via browser actions. We currently support local test runners for a bunch of actions on desktop `chrome`/`firefox`/`edge`/`safari` on macos. We also have a browserstack runner which we'll enable in another PR. ### Release Note - Adds initial webdriver tests
8 lines
262 B
TypeScript
8 lines
262 B
TypeScript
export * as app from './app'
|
|
export * as canvas from './canvas'
|
|
export * as help from './help'
|
|
export * as main from './main'
|
|
export * as minimap from './minimap'
|
|
export * as props from './props'
|
|
export * as share from './share'
|
|
export * as tools from './tools'
|