HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wickchuck

no profile record

Submissions

Ask HN: Faster Virtual Development Environment

1 points·by wickchuck·4 tahun yang lalu·0 comments

Vueform Is Now on GitHub

vueform.com
1 points·by wickchuck·4 tahun yang lalu·0 comments

Why we're sticking with Ruby on Rails

about.gitlab.com
9 points·by wickchuck·4 tahun yang lalu·1 comments

comments

wickchuck
·4 tahun yang lalu·discuss
Funny this popped up...I've been looking at replacing our slow and flaky Selenium test suite recently.

From what I can tell here are the benefits:

* With Playwright you don't need to put manual waits in your program. It's async.

* You also don't need to keep updating the Selenium.Webdriver to stay in sync with your browser version. This is a 15-20 minute time sink each time it happens.

* Can run in headless mode which will run the test suite much faster than selenium.

* Also appears to have better command line options to be run from a CI/CD environment
wickchuck
·5 tahun yang lalu·discuss
Thanks for sharing makes me want to dust my old colecovision off and play it
wickchuck
·5 tahun yang lalu·discuss
Where is the data for this stored? I was inspecting and didn't see anything in Local Storage, Session Storage, nothing on the network tab. Hit refresh thought everything would be wiped, but all my data was still there!