-
-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(e2e): separate the website e2e sandbox (#2674)
- Loading branch information
1 parent
2c4ff91
commit 46c1dad
Showing
47 changed files
with
1,288 additions
and
359 deletions.
There are no files selected for viewing
35 changes: 0 additions & 35 deletions
35
e2e/start/basic/app/routes/nested-docs.$project.$version.docs.framework.$framework.$.tsx
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
e2e/start/basic/app/routes/nested-docs.$project.$version.docs.framework.$framework.index.tsx
This file was deleted.
Oops, something went wrong.
147 changes: 0 additions & 147 deletions
147
e2e/start/basic/app/routes/nested-docs.$project.$version.docs.framework.$framework.tsx
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
e2e/start/basic/app/routes/nested-docs.$project.$version.index.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
node_modules | ||
package-lock.json | ||
yarn.lock | ||
|
||
.DS_Store | ||
.cache | ||
.env | ||
.vercel | ||
.output | ||
.vinxi | ||
|
||
/build/ | ||
/api/ | ||
/server/build | ||
/public/build | ||
.vinxi | ||
# Sentry Config File | ||
.env.sentry-build-plugin | ||
/test-results/ | ||
/playwright-report/ | ||
/blob-report/ | ||
/playwright/.cache/ |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
**/build | ||
**/public | ||
pnpm-lock.yaml | ||
routeTree.gen.ts |
Oops, something went wrong.