Skip to content

Commit 57b6feb

Browse files
committed
tests: added difficult but reasonably simple integration test example (create vite project, build simple app)
1 parent 68077b6 commit 57b6feb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test-integration.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ gptme 'render mandelbrot set to mandelbrot.png'
9292

9393
# very heavy! run by hand
9494
# gptme 'render a zooming mandelbrot video to mandelbrot.mp4, use a colorful gradient, write scripts to file'
95+
96+
# make sure it can build basic web apps from scratch
97+
# NOTE: hard! often messes up tools use
98+
gptme 'create a new vue project with typescript and pinia named "habit tracker", iterate on it for a few times to create a daily habit-tracker with 3-state buttons (completed, missed, unset) and a comment field for each entry. The UI should be table-looking, with one row per day and one column per habit. Make sure the UI is clean and modern.' --model anthropic

0 commit comments

Comments
 (0)