Stanimir
Stanimir
I have fixed this downgrading Android minAPI=22 and targetAPI=27 (before was minAPI=23 targetAPI=29 and not working)
I think that the reason for this issue is that testing suites are executed in different electron instances: https://webdriver.io/blog/2021/03/23/grouping-specs/
If you want to clear localStorage data this works: ```javascript await app.webContents.executeJavaScript('localStorage.clear()'); app.webContents.reload(); ```
The same error in github actions platform Windows this happened after update spectron from v12 to v13 ``` github-actions / Jest Report Electron TST04 - Testing the tag library: >...
For peoples with the same issue: npm can be run programmatically: http://adilapapaya.com/docs/npm/#usingnpmprogrammatically
:+1:
This not work for me too: https://gist.githubusercontent.com/sytolk/e7ee6715e9d3949569b4a76749d3848c/raw/d1c97e5f1fc74fc8616668fb6eb77c6bd58296ad/gistfile1.txt
It appers that this header is forbidden: https://github.com/perry-mitchell/webdav-client/blob/master/source/operations/moveFile.ts#L18 I have this error in testing enviroment with `"webdav-server": "^2.6.2"`
I have fix this after adding Destination header in Access-Control-Allow-Headers: ``` headers: { "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Methods": "HEAD, GET, PUT, PROPFIND, DELETE, OPTIONS, MKCOL, MOVE, COPY", "Access-Control-Allow-Headers": "Accept, Authorization, Content-Type, Content-Length,...
just run this test: https://github.com/tagspaces/tagspaces-common/blob/TSN26x---WebDav-re-integration/package.json#L11