fix: ENOENT: no such file or directory, stat '/Users/linonetwo/Desktop/repo/TiddlyGit-Desktop/out/tiddly-git-darwin-x64/tiddly-git.app/Contents/MacOS/tiddly-git'

This commit is contained in:
tiddlygit-test 2021-05-04 20:34:16 +08:00
parent 098bd9eeec
commit 59cedd637f

View file

@ -7,7 +7,7 @@ import { keyboard, Key } from '@nut-tree/nut-js';
setDefaultTimeout(30 * 1000);
const projectRoot = path.join(__dirname, '..', '..');
const packageName = process.env.npm_package_name ?? 'TiddlyGit';
const packageName = process.env.npm_product_name ?? 'TiddlyGit';
interface IContext {
previousElement?: WebdriverIO.Element;