File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 5151 working-directory : typescript-sdk/apps/dojo
5252 run : node ./scripts/prep-dojo-everything.js -e2e
5353
54+ - name : Install e2e dependencies
55+ working-directory : typescript-sdk/apps/dojo/e2e2
56+ run : |
57+ pnpm install --frozen-lockfile
58+ pnpm exec playwright install --with-deps
59+
5460 - name : write langgraph env files
5561 working-directory : typescript-sdk/integrations/langgraph
5662 env :
7278 run : node ./scripts/run-dojo-everything.js &
7379
7480 - name : Run tests
75- working-directory : typescript-sdk/apps/dojo
76- run : npx wait-port 9999 && sleep 10 && echo "I AM ECHOING INSTEAD OF RUNNING TESTS"
81+ working-directory : typescript-sdk/apps/dojo/e2e2
82+ run : npx wait-port 9999 && sleep 10 && pnpm exec playwright test
You can’t perform that action at this time.
0 commit comments