@arghajit/playwright-pulse-report 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arghajit/playwright-pulse-report",
3
3
  "author": "Arghajit Singha",
4
- "version": "0.2.8",
4
+ "version": "0.2.9",
5
5
  "description": "A Playwright reporter and dashboard for visualizing test results.",
6
6
  "homepage": "https://playwright-pulse-report.netlify.app/",
7
7
  "keywords": [
@@ -324,7 +324,7 @@ async function fetchCredentials(retries = 10) {
324
324
  });
325
325
 
326
326
  const fetchPromise = fetch(
327
- "https://test-dashboard-66zd.onrender.com/api/getcredentials",
327
+ "https://get-credentials.netlify.app/api/getcredentials",
328
328
  {
329
329
  method: "GET",
330
330
  headers: {