Skip to content

Commit

Permalink
Merge branch 'edge' into fix-remove-override-braces
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Jul 9, 2024
2 parents 710f105 + 124663f commit c71a213
Show file tree
Hide file tree
Showing 14 changed files with 958 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Unit tests
run: npm run test:unit

# - name: E2E tests
# run: npm run test
- name: E2E tests
run: npm run test:e2e
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ lib/
.DS_Store

\.history/

# playwright e2e tests

/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
4 changes: 2 additions & 2 deletions docs/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
playerWithDefaultProfile.source('sea_turtle');

const playerWithCustomProfile = await cloudinary.videoPlayerWithProfile('player-custom-profile', {
cloud_name: 'dwaq5xqm4',
profile: 'https://res.cloudinary.com/dwaq5xqm4/raw/upload/v1/profiles/default_profile.json',
cloud_name: 'prod',
profile: 'https://res.cloudinary.com/prod/raw/upload/v1/video-player/example-profiles/example-profile.json',
});

playerWithCustomProfile.source('samples/cld-sample-video');
Expand Down
Loading

0 comments on commit c71a213

Please sign in to comment.