Skip to content

Commit ad86215

Browse files
chore: fix admonition
1 parent 0ea68eb commit ad86215

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

chapter_11.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ The objectives for this chapter are:
1313

1414
- get familiar with the WebdriverIO docs on [Component Testing](https://webdriver.io/docs/component-testing)
1515
- import a Todo Application written in the framework of choice from the [TodoMVC](https://github.com/tastejs/todomvc/tree/master/examples) project
16-
> [!NOTE]
17-
> Currently WebdriverIO supports component testing using the following frameworks:
18-
> React, Preact, Nuxt, Svelte, Vue, Solid, Lit or Stencil
16+
17+
> [!NOTE]
18+
> Currently WebdriverIO supports component testing using the following frameworks:
19+
> React, Preact, Nuxt, Svelte, Vue, Solid, Lit or Stencil
20+
1921
- create a new WebdriverIO configuration called `wdio.unit.conf.ts` that we use for component testing
2022
- define Chrome as capability
2123
- set `runner: 'browser'` to make WebdriverIO execute the test in the browser

0 commit comments

Comments
 (0)