replace spectron with playwright, rewrite electron tests

This commit is contained in:
Karsten Hassel
2021-11-27 00:19:26 +01:00
parent 2b87d6ec01
commit 4a7f498683
5 changed files with 37 additions and 153 deletions

View File

@@ -1,11 +0,0 @@
/* Magic Mirror Test config sample environment
*
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require(process.cwd() + "/tests/configs/default.js").configFactory();
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {
module.exports = config;
}