We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ca4a7 commit 9d12b43Copy full SHA for 9d12b43
packages/shortest/README.md
@@ -137,6 +137,14 @@ shortest([loginAsLawyer, ...allAppActions]);
137
shortest([loginAsContractor, ...allAppActions]);
138
```
139
140
+Shortest's style allows non-engineers such as designers, marketers, and PMs to write tests. Here are some examples:
141
+
142
+```typescript
143
+shortest("visit every page and ensure no typos");
144
+shortest("visit every page and ensure mobile layout isn't janky");
145
+shortest("visit every page and ensure dark mode is considered");
146
+```
147
148
### API Testing
149
150
Test API endpoints using natural language
0 commit comments