Skip to content

Commit a0d9263

Browse files
committed
docs: Add TestCafe esm option
1 parent 029f3bb commit a0d9263

File tree

1 file changed

+14
-0
lines changed
  • docs/web-apps/automated-testing/testcafe

1 file changed

+14
-0
lines changed

docs/web-apps/automated-testing/testcafe/yaml.md

+14
Original file line numberDiff line numberDiff line change
@@ -1624,3 +1624,17 @@ suite:
16241624
smartRetry:
16251625
failedOnly: true
16261626
```
1627+
1628+
---
1629+
1630+
### `esm`
1631+
1632+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
1633+
1634+
When set to `true`, this option enables importing ECMAScript Modules (ESM) that do not support CommonJS. For more information, check the [TestCafe Documentation](https://testcafe.io/documentation/404258/guides/advanced-guides/esm-module-support).
1635+
1636+
```yaml
1637+
suite:
1638+
- name: My Saucy Test
1639+
esm: true
1640+
```

0 commit comments

Comments
 (0)