-
Igor Markin authoredIgor Markin authored
html-gmail-outlook.test.ts 472 B
import { EMAIL_VENDORS } from "../src";
const path = require("path");
import { describe } from "@jest/globals";
import { createDescribeHtmlTestCases } from "./helpers";
const TESTS_GLOBAL_PATH = "/files/gmail-outlook";
const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`);
describe("[HTML] GMail-Outlook", () => {
const runTests = createDescribeHtmlTestCases(testsPath, EMAIL_VENDORS.GMAIL);
describe("Chrome-Chrome", runTests("chrome-chrome"));
});