2022-09-22 17:40:11 +00:00
|
|
|
import '@vegaprotocol/cypress';
|
|
|
|
import 'cypress-real-events/support';
|
|
|
|
import registerCypressGrep from 'cypress-grep';
|
2022-10-19 11:14:52 +00:00
|
|
|
import { addMockTradingPage } from './trading';
|
2022-09-22 17:40:11 +00:00
|
|
|
registerCypressGrep();
|
2022-10-19 11:14:52 +00:00
|
|
|
addMockTradingPage();
|