Skip to content

Latest commit

 

History

History
63 lines (61 loc) · 3.13 KB

File metadata and controls

63 lines (61 loc) · 3.13 KB

currents-playwright-coverage-example repository content map

  • Total tracked files copied: 55
  • Original repo files are copied into this project folder with preserved paths.
  • README.md from source repo is copied as README.upstream.md to keep the detailed local README.md at root.
Source path Local path
.gitignore .gitignore
LICENSE LICENSE
README.md README.upstream.md
app/blog/[slug]/page.tsx app/blog/[slug]/page.tsx
app/blog/page.tsx app/blog/page.tsx
app/components/caption.tsx app/components/caption.tsx
app/components/footer.tsx app/components/footer.tsx
app/components/image-grid.tsx app/components/image-grid.tsx
app/components/mdx.tsx app/components/mdx.tsx
app/components/nav.tsx app/components/nav.tsx
app/components/theme-switch.tsx app/components/theme-switch.tsx
app/components/tweet.css app/components/tweet.css
app/components/tweet.tsx app/components/tweet.tsx
app/components/youtube.tsx app/components/youtube.tsx
app/config.ts app/config.ts
app/error.tsx app/error.tsx
app/feed/[format]/route.ts app/feed/[format]/route.ts
app/global.css app/global.css
app/layout.tsx app/layout.tsx
app/lib/posts.ts app/lib/posts.ts
app/not-found.tsx app/not-found.tsx
app/og/route.tsx app/og/route.tsx
app/page.tsx app/page.tsx
app/photos/page.tsx app/photos/page.tsx
app/projects/page.tsx app/projects/page.tsx
app/projects/project-data.tsx app/projects/project-data.tsx
app/robots.ts app/robots.ts
app/sitemap.ts app/sitemap.ts
babel.config.js babel.config.js
content/custom-mdx-examples.mdx content/custom-mdx-examples.mdx
content/getting-started.mdx content/getting-started.mdx
next.config.js next.config.js
nyc.config.js nyc.config.js
package-lock.json package-lock.json
package.json package.json
playwright.config.ts playwright.config.ts
postcss.config.js postcss.config.js
public/dark-mode-demo.png public/dark-mode-demo.png
public/favicon.ico public/favicon.ico
public/light-mode-demo.png public/light-mode-demo.png
public/logo.png public/logo.png
public/opengraph-image.png public/opengraph-image.png
public/photos/photo1.jpg public/photos/photo1.jpg
public/photos/photo2.jpg public/photos/photo2.jpg
public/photos/photo3.jpg public/photos/photo3.jpg
public/photos/photo4.jpg public/photos/photo4.jpg
public/photos/photo5.jpg public/photos/photo5.jpg
public/photos/photo6.jpg public/photos/photo6.jpg
public/profile.png public/profile.png
tailwind.config.js tailwind.config.js
tests/e2e/empty-coverage.spec.ts tests/e2e/empty-coverage.spec.ts
tests/e2e/home.spec.ts tests/e2e/home.spec.ts
tests/e2e/projects.spec.ts tests/e2e/projects.spec.ts
tests/e2e/test.ts tests/e2e/test.ts
tsconfig.json tsconfig.json