Skip to content

Commit 827d302

Browse files
authored
Merge pull request #640 from devrnt/move-cypress-to-playground-app
Move cypress to playground app
2 parents 135b7cd + 95acc14 commit 827d302

20 files changed

Lines changed: 82 additions & 82 deletions

File tree

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
if: failure()
5656
with:
5757
name: cypress-screenshots
58-
path: ./packages/react-use-intercom/cypress/screenshots
58+
path: ./apps/playground/cypress/screenshots

apps/playground/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/cypress/videos
2+
/cypress/screenshots
3+
/cypress/fixtures
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)