Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adieuadieu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
adieuadieu
4y ago
Specifically writing some tests with the "Visual comparisons" feature might work. https://playwright.dev/docs/test-snapshots
2.
▲
by
adieuadieu
5y ago
De-paywalled link: https://adieuadieu.medium.com/hidden-goodies-in-playwright-t...
3.
▲
by
adieuadieu
5y ago
De-paywalled link: https://adieuadieu.medium.com/how-to-manage-authentication-s...
4.
▲
How to Manage Authentication and State in Your End-to-End Tests with Playwright
(adieuadieu.medium.com)
3 points
by
adieuadieu
5y ago
|
1 comments
5.
▲
by
adieuadieu
5y ago
De-paywalled link: https://adieuadieu.medium.com/playwright-comes-with-amazing-...
6.
▲
Playwright has Useful Tools for Writing and Debugging Your E2E Tests
(adieuadieu.medium.com)
1 points
by
adieuadieu
5y ago
|
2 comments
7.
▲
by
adieuadieu
5y ago
De-paywalled link: https://adieuadieu.medium.com/how-to-write-end-to-end-tests-...
8.
▲
How to Write End-to-End Tests for Chrome, Safari and Firefox Using Playwright
(adieuadieu.medium.com)
5 points
by
adieuadieu
5y ago
|
1 comments
9.
▲
by
adieuadieu
5y ago
De-paywalled link: https://adieuadieu.medium.com/how-to-use-partiql-with-dynamo...
10.
▲
A primer to get going using PartiQL with DynamoDB in Node.js
(adieuadieu.medium.com)
1 points
by
adieuadieu
5y ago
|
1 comments
11.
▲
by
adieuadieu
9y ago
We're using serverless-chrome for the headless-chrome-on-aws-lambda part. https://github.com/adieuadieu/serverless-chrome If you're interested in how serverless-chrome works, I wrote an article on how to get
12.
▲
by
adieuadieu
9y ago
For now, we're using the workaround proposed here: https://github.com/adieuadieu/serverless-chrome/issues/41#is... The Chromeless Proxy service uses the @serverless-chrome/lambda package as is. Same
13.
▲
by
adieuadieu
9y ago
Other than taking a screenshot and evaluating JS code in the context of Chrome and returning JSON, we haven't yet implemented any file-download features. But it might be possible for us to implement something. Would you mind creating a
14.
▲
by
adieuadieu
9y ago
;-)
15.
▲
by
adieuadieu
9y ago
Yep. That's one of the main reasons why we're so excited about this project!
16.
▲
by
adieuadieu
9y ago
Parallel in that you can invoke many Lambda functions at the same time and have them run independently of each other