Skip to content

Commit

Permalink
chore: Remove DeploySentinel (calcom#15328)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrysal authored Jun 5, 2024
1 parent 4017c0e commit e8a0255
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 201 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@deploysentinel/playwright": "^0.3.3",
"@playwright/test": "^1.31.2",
"@snaplet/copycat": "^4.1.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const config: PlaywrightTestConfig = {
fullyParallel: true,
reporter: [
[process.env.CI ? "github" : "list"],
["@deploysentinel/playwright"],
["html", { outputFolder: "./test-results/reports/playwright-html-report", open: "never" }],
["junit", { outputFile: "./test-results/reports/results.xml" }],
],
Expand Down
Loading

0 comments on commit e8a0255

Please sign in to comment.