Skip to content

Commit cf71317

Browse files
authored
chore: add speaker wattanx (#956)
1 parent 872147d commit cf71317

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ words:
106106
- pcnextbutton
107107
- pcprevbutton
108108
- peatix
109+
- pontaxx
109110
- posx
110111
- presigner
111112
- primevue
@@ -164,6 +165,7 @@ words:
164165
- Vuelidate
165166
- vuetify
166167
- vueuse
168+
- wattanx
167169
- webauthn
168170
- webgl
169171
- webshops

i18n/en/speakers.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,25 @@ We'll show you how to shift from tedious tasks to meaningful development by buil
196196
bluesky: "https://bsky.app/profile/waka405.bsky.social",
197197
},
198198
},
199+
{
200+
id: "wattanx",
201+
name: "wattanx",
202+
affiliation: "STORES, Inc.",
203+
title: "Design Engineer / nuxt ecosystem team",
204+
avatarUrl: "/images/avatars/wattanx.png",
205+
color: "purple",
206+
talkTitle: "Demystifying Nuxt Test Utils",
207+
talkOverview: `Testing a Nuxt application with only Vitest and @vue/test-utils makes it challenging to fully replicate the production environment, including plugins, middleware, and server-side rendering.
208+
209+
@nuxt/test-utils addresses these challenges. This session will provide practical tips and specific usage examples, while also explaining the mechanics of Nuxt in a test environment.
210+
211+
This session aims to equip developers with practical knowledge and a deeper understanding of Nuxt’s behavior in testing, enabling them to efficiently test Nuxt applications.`,
212+
socialUrls: {
213+
github: "https://github.com/wattanx",
214+
x: "https://x.com/pontaxx",
215+
bluesky: "https://bsky.app/profile/@wattanx.dev",
216+
},
217+
},
199218
{
200219
id: "sayn0",
201220
name: "sayn0",

i18n/ja/speakers.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,25 @@ Vue/Nuxt 開発でのこんな日常的なストレスを解決したくあり
193193
bluesky: "https://bsky.app/profile/waka405.bsky.social",
194194
},
195195
},
196+
{
197+
id: "wattanx",
198+
name: "wattanx",
199+
affiliation: "STORES 株式会社",
200+
title: "デザインエンジニア / nuxt ecosystem team",
201+
avatarUrl: "/images/avatars/wattanx.png",
202+
color: "purple",
203+
talkTitle: "Demystifying Nuxt Test Utils",
204+
talkOverview: `Nuxt アプリケーションを Vitest と @vue/test-utils だけでテストしようとすると、プラグインや ミドルウェア、さらにはサーバーサイドレンダリングまで本番と同じ条件を再現するのは容易ではありません。
205+
206+
こうした課題を解決してくれるのが @nuxt/test-utils です。本セッションでは 実際の現場で役立つ Tips や具体的な使い方だけでなく、テスト環境上で Nuxt がどのように動作するのか、その仕組みを解説します。
207+
208+
このセッションを通じて、より多くの開発者が “明日から現場で使える知識” と “仕組みへの理解” の両方を持ち帰り、効率的に Nuxt アプリケーションをテストできるようになることを目指します。`,
209+
socialUrls: {
210+
github: "https://github.com/wattanx",
211+
x: "https://x.com/pontaxx",
212+
bluesky: "https://bsky.app/profile/@wattanx.dev",
213+
},
214+
},
196215
{
197216
id: "sayn0",
198217
name: "sayn0",

public/images/avatars/wattanx.png

62.4 KB
Loading

0 commit comments

Comments
 (0)