Playwright CLI v0.1.8 で普段使いの Chrome にそのまま attach できるようになりました | DevelopersIO

どうも!オペ部の西村祐二です! Playwright CLI v0.1.8 が 2026-04-14 にリリースされました。今回、 playwright-cli attach --cdp=chrome で普段使っているローカルの Chrome / Edge にそのまま接続できるようになった点です。これまでのようにサンドボックス化された別ブラウザを起動する必要がなく、既存のログイン...

TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
TOP local AI models (gguf) for complete web app development (no coding) for 2026?

When trying to build a web app _with no-code_ , the real challenge—by far—is figuring out the right combination of backends, frameworks, etc. rather than the performance of the model weights provided by GGUF…

As coding models, GPT-OSS and the Qwen Coder family have long been popular. Recently, GLM has also been receiving rave reviews. Kimi (an extremely large model) is impressive too, but you’ll…

Read more →
Ferramentas e Serviços de Inteligência Artificial para Gestão de Produtos - PMs

Alguns links de ferramentas e serviços de IA relacionados a gestão de produto.

Priorização, criação de PRDs e histórias 

  • Productboard AI
  • Linear
  • Jira AI
  • Notion AI
  • Coda AI
  • Aha! Ideas
  • Craft.io
  • Fibery AI

Prototipação

  • v0
  • Lovable
  • Bolt
  • Replit
  • Figma AI
  • Framer AI
  • Webflow AI
  • Uizard
  • Galileo AI
  • FlutterFlow

Codificação 

  • Cursor
  • v0
  • Claude…
Restart error 503. Factory reset. No rebuild. Same with other space

Regarding Spaces that access other sites on the internet, there are cases of intentional restrictions by HF, but in other cases:


What “Restart → 503” usually means on Spaces (background)

On Hugging Face Spaces, the “Restart Space” / “Factory reboot” buttons call backend APIs that must be able to (a) schedule your Space, (b) start the container, and (c) observe it becoming healthy

Read more →
Playwrightで実装で調べたことをとりあえずメモした(動画撮影、APIレスポンス、SignalR)

AngularプロジェクトでPlaywrightを導入しTypeScriptで自動E2Eテストを実行するで詰まったことを調べてみた雑記帳のようなもの。

テストケースを動画で撮影し、ダウンロードする

テストした結果を動画で残して起きたかったので、撮影しダウンロードする方法を調べてみた。

複数のテストファイルを順次実行する

デフォルトではPlaywrightは並列実行するらしいので、直列実行するためのコマンドを叩くようにする。

そのうえで、テストファイルがアルファベット順で実行される仕様らしいので、

認証情報を保持する

順次実行したいのも、ログインしたうえで処理を実行したいからであり、そのためにテストファイルをまたぎ認証情報を保持しておく必要がある。

ログイン処理実行後に認証情報を保存する処理を行い、

認証情報を使用したいファイルで

上記のように使用する。

APIのレスポ…

Read more →
AngularプロジェクトでPlaywrightを導入しTypeScriptで自動E2Eテストを実行する

E2E(イーツーイー)

英語の「End-to-End(エンドツーエンド)」の略で、「端から端まで」を意味する。
E2Eテストはユーザーの視点からアプリケーション全体の動作を確認し、機能の一貫性と信頼性を保証する手法すること。

E2Eテストの自動化

自動化するツールはいくつかあり、それぞれメリットデメリットがあるっぽい。下記は [ブラウザ拡張のE2Eテストを検討してみた(Playwright、Puppeteer、Cypress)とChatGPTの情報を混ぜ合わせた、メリットデメリット表。

| 項目 | Playwright | Puppeteer | Cypress …

Read more →
Page 1