Skip to content

Commit d0d7ff8

Browse files
authored
[FEAT] Add the Puppeteer article (#188)
1 parent 9acf843 commit d0d7ff8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/PostsContent.tsx

+9
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ const posts: PostDescription[] = [
3333
date: 'April 2021',
3434
time: 6,
3535
},
36+
{
37+
title:
38+
'Automated visual regression testing with TypeScript, Puppeteer and Jest', // original title which would have been truncated: 'Automated visual regression testing with TypeScript, Puppeteer, Jest and Jest Image Snapshot'
39+
text: 'Learn how to set up and to run automated visual regression testing with TypeScript, Puppeteer, Jest and Jest Image Snapshot.',
40+
cover: 'https://miro.medium.com/max/350/1*VoL0OqbLaesqYDaT3fc0HA.png', // from the medium article
41+
url: 'https://medium.com/nerd-for-tech/automated-visual-regression-testing-with-typescript-puppeteer-jest-and-jest-image-snapshot-9e14dd9d0fe7',
42+
date: 'March 2021',
43+
time: 6,
44+
},
3645
{
3746
title:
3847
'Using process discovery on BPM through BPMN: the BPMN layout generator', // original title which would have been truncated: 'Using process discovery on business process management (BPM) through BPMN: the BPMN layout generator'

0 commit comments

Comments
 (0)