-
Notifications
You must be signed in to change notification settings - Fork 755
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C3: e2es pages tests additions and fixes (#4015)
* C3: remove comment about docusaurus and gatsby * C3: add docusaurus e2e test * C3: add gatsby e2e test * add --no-git-init test flag to remix * add log to show what C3 command gets run during e2e testing * set up git user in C3 e2e workflows * tweak npm_config_user_agent env variable for testing * increase timeout to 5 mins * increase prompt delay by a half second * Add per-framework timeouts in config. Quarantine gatsby * Prevent promptHandlers from being consumed * use blog template in astro C3 e2e test --------- Co-authored-by: James Culveyhouse <[email protected]>
- Loading branch information
1 parent
f585f69
commit 17ced68
Showing
7 changed files
with
69 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,12 @@ jobs: | |
with: | ||
bun-version: ${{ env.bun-version }} | ||
|
||
# Needed because gatsby requires git | ||
- name: Configure Git | ||
run: | | ||
git config --global user.email [email protected] | ||
git config --global user.name 'Wrangler automated PR updater' | ||
- name: E2E Tests | ||
run: pnpm run --filter create-cloudflare test:e2e:${{matrix.pm}} | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters