Posts
All the articles I've posted.
[CI/CD] testcafe/nightwatch.js 總是發生 element not visible/found
Published: at 07:58 AM (2 min read)最近剛好同事也遇到在 circleCI 上使用 chrome 跑 testcafe 總是發生以下的錯誤 The element that matches the specified selector is not visible.
如何以 interactive/non-interactive 方式初始 gcloud sdk
Published: at 02:07 PM (1 min read)如何以 interactive/non-interactive 方式初始 gcloud sdk
[chrome] cors + 302 redirect 發生 request 持續 pending 狀況
Published: at 06:57 AM (1 min read)chrome cors 302 redirect pending
[mac] mysql2 gem: Don't know how to set rpath on your system, if MySQL libraries are not in path mysql2 may not load
Published: at 06:41 AM (1 min read)這幾天在裝 mysql2 gems 時發生如下的錯誤
透過環境變數知道目前是否為 webpack-dev-server
Published: at 09:03 AM (1 min read)在過 webpack 時可以檢查 `WEBPACK_DEV_SERVER` 是否為 `true`
[XSS] web security wargame (上)
Published: at 07:05 AM (2 min read)最近在玩 alert(1) 的 XSS 小遊戲,藉此紀錄一下每關的思路及解法
[ubuntu] Your PHP installation appears to be missing the MySQL extension which is required by WordPress
Published: at 09:02 AM (1 min read)通常原因會是更新了 php 版本卻沒裝對應的 mysql package
The 'INFORMATION_SCHEMA.GLOBAL_STATUS' feature is disabled: see the documentation for 'show_compatibility_56'
Published: at 08:51 AM (1 min read)原因是 [email protected] `show_compatibility_56` 已經 deprecated
[css] 讓 CSS 動畫重新開始
Published: at 08:44 AM (2 min read)前一陣子在做 CSS 動畫的時候,遇到了特定情況會希望動畫重新開始的狀況
[test] Nightwatch.js 如何使用 puppeteer 做測試
Published: at 06:42 AM (2 min read)如何使用 puppeteer 串接 chrome driver 減少 selenium 的排查工作