Skip to content

Commit

Permalink
Improve e2es (retries, wasm, server-actions, etc...) (#636)
Browse files Browse the repository at this point in the history
* add vitest.config.ts file with retry for better tests stability

* add new e2e features to test wasm

* avoid inconsistent kebab-case

* use latest wrangler release

notes:
 - this is needed so that we can add e2e tests for server actions: cloudflare/workers-sdk#4630
 - we the commit also updates node from 18 to 20 in e2e github acitons testing, this is necessary for using the latest
wrangler release, see: cloudflare/workers-sdk#4563 (comment)

* add app server-actions e2e test

* remove unnecessary existsSync assertion in processVercelOutput unit tests
  • Loading branch information
dario-piotrowicz authored Jan 22, 2024
1 parent 519c6cc commit 0a91001
Show file tree
Hide file tree
Showing 44 changed files with 229 additions and 396 deletions.
4 changes: 2 additions & 2 deletions .github/actions/node-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ inputs:
runs:
using: composite
steps:
- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Get current node version
id: node-version
Expand Down
Loading

0 comments on commit 0a91001

Please sign in to comment.