Upgrade puppeteer to latest version + selenium grid support #259
Annotations
11 errors
|
Run npm test:
browser/RemoteChrome.js#L1
Could not find a declaration file for module 'selenium-webdriver'. '/home/runner/work/tracker-radar-collector/tracker-radar-collector/node_modules/selenium-webdriver/index.js' implicitly has an 'any' type.
|
Run npm test:
browser/RemoteChrome.js#L1
Could not find a declaration file for module 'selenium-webdriver/chrome'. '/home/runner/work/tracker-radar-collector/tracker-radar-collector/node_modules/selenium-webdriver/chrome.js' implicitly has an 'any' type.
|
Run npm test:
collectors/RequestCollector.js#L1
Argument of type 'LoadingFailedEvent' is not assignable to parameter of type '{ errorText: string; requestId: string; timestamp: number; type: ResourceType; }'.
|
Run npm test:
collectors/RequestCollector.js#L1
Type 'RequestInitiator' is not assignable to type 'Initiator'.
|
Run npm test:
collectors/RequestCollector.js#L1
Type 'string' is not assignable to type 'HttpMethod'.
|
Run npm test:
collectors/RequestCollector.js#L1
Type 'import("/home/runner/work/tracker-radar-collector/tracker-radar-collector/node_modules/devtools-protocol/types/protocol").Protocol.Network.ResourceType' is not assignable to type 'import("/home/runner/work/tracker-radar-collector/tracker-radar-collector/collectors/RequestCollector").ResourceType'.
|
Run npm test:
collectors/RequestCollector.js#L1
Type 'Initiator' is not assignable to type 'RequestInitiator'.
|
Run npm test:
collectors/RequestCollector.js#L1
Type 'Initiator' is not assignable to type 'RequestInitiator'.
|
Run npm test:
collectors/RequestCollector.js#L1
Type expected.
|
Run npm test:
crawlerConductor.js#L1
Variable 'executablePath' implicitly has type 'any' in some locations where its type cannot be determined.
|
Loading