mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Set NODE_ENV programmatically
This commit is contained in:
@ -3,6 +3,8 @@ const path = require("path");
|
||||
const { _electron: electron } = require("playwright");
|
||||
const { test, expect } = require("@playwright/test");
|
||||
|
||||
process.env.NODE_ENV = "test";
|
||||
|
||||
const appPath = path.resolve(__dirname, "..");
|
||||
|
||||
test("YouTube Music App - With default settings, app is launched and visible", async () => {
|
||||
|
||||
Reference in New Issue
Block a user