feat: Extract screenshots from CWS and Firefox addons #20
Annotations
2 errors
error: expect(received).toEqual(expected):
src/crawlers/__tests__/chrome-crawler.test.ts#L11
{
iconUrl: "https://lh3.googleusercontent.com/GcffNyCJaxT2G9dsQCJHhUEMlu_E0vEzph5cLPrQj7UHKat7QyCzGu69Dmp_DDUL8rY-bPMFJceQarS1wcqdwTalTg=s256",
id: "ocfdgncpifmegplaglcnglhioflaimkd",
+ lastUpdated: "October 20, 2024",
\nhttps://github.com/aklinker1/github-better-line-counts",
- lastUpdated: Any<String>,
- longDescription: StringContaining "Isn't it annoying when you",
name: "GitHub: Better Line Counts",
+ rating: 5,
+ reviewCount: 3,
+ screenshots: [
+ {
+ index: 0,
+ indexUrl: "http://localhost:3000/api/rest/chrome/ocfdgncpifmegplaglcnglhioflaimkd/screenshots/0",
+ rawUrl: "https://lh3.googleusercontent.com/GUgh0ThX2FDPNvbaumYl4DqsUhsbYiCe-Hut9FoVEnkmTrXyA-sHbMk5jmZTj_t-dDP8rAmy6X6a6GNTCn9F8zo4VYU=s1280",
+ },
+ {
+ index: 1,
+ indexUrl: "http://localhost:3000/api/rest/chrome/ocfdgncpifmegplaglcnglhioflaimkd/screenshots/1",
+ rawUrl: "https://lh3.googleusercontent.com/qRi-kO0il8W6CnWa_-7oFzCwWKwr73w607I-rpYF9MM27omsuoN0k4dkgBbBECD3vZszdTSkQnoW9sywsfvAQ_7M9Q=s1280",
+ }
+ ],
- rating: Any<Number>,
- reviewCount: Any<Number>,
shortDescription: "Remove generated files from GitHub line counts",
storeUrl: "https://chromewebstore.google.com/detail/github-better-line-counts/ocfdgncpifmegplaglcnglhioflaimkd",
+ version: "1.7.1",
+ weeklyActiveUsers: 160,
- version: Any<String>,
- weeklyActiveUsers: Any<Number>,
}
- Expected - 6
+ Received + 18
at /home/runner/work/queue/queue/src/crawlers/__tests__/chrome-crawler.test.ts:11:17
|
tests
Process completed with exit code 1.
|