Add data collection mechanism in end to end test suite

This commit is contained in:
Germain Souquet 2021-05-14 12:23:23 +01:00
parent 6804a26e74
commit 89832eff9e
6 changed files with 42 additions and 13 deletions

View file

@ -42,6 +42,7 @@ import {SpaceStoreClass} from "../stores/SpaceStore";
import TypingStore from "../stores/TypingStore";
import { EventIndexPeg } from "../indexing/EventIndexPeg";
import {VoiceRecordingStore} from "../stores/VoiceRecordingStore";
import PerformanceMonitor, { PerformanceEntryNames } from "../performance";
declare global {
interface Window {
@ -79,6 +80,8 @@ declare global {
mxVoiceRecordingStore: VoiceRecordingStore;
mxTypingStore: TypingStore;
mxEventIndexPeg: EventIndexPeg;
mxPerformanceMonitor: PerformanceMonitor;
mxPerformanceEntryNames: PerformanceEntryNames;
}
interface Document {