Quellcode durchsuchen

fix: Re-enable cypress test recording (#7319)

version-14
Faris Ansari vor 6 Jahren
committed by GitHub
Ursprung
Commit
51d0607977
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. +2
    -1
      cypress.json
  2. +1
    -1
      package.json

+ 2
- 1
cypress.json Datei anzeigen

@@ -1,3 +1,4 @@
{
"baseUrl": "http://test_site_ui:8000"
"baseUrl": "http://test_site_ui:8000",
"projectId": "92odwv"
}

+ 1
- 1
package.json Datei anzeigen

@@ -4,7 +4,7 @@
"build": "node rollup/build.js",
"production": "FRAPPE_ENV=production node rollup/build.js",
"watch": "node rollup/watch.js",
"cypress:run": "cypress run",
"cypress:run": "cypress run --record --key 4a48f41c-11b3-425b-aa88-c58048fa69eb",
"cypress:open": "cypress open"
},
"repository": {


Laden…
Abbrechen
Speichern