Skip to content
Snippets Groups Projects
Commit 149ff1bb authored by Igor Markin's avatar Igor Markin
Browse files

Add all passing outlook-outlook cases

parent bb4bddb1
No related branches found
No related tags found
1 merge request!15Add READMEs for Outlook desktop cases
......@@ -13,5 +13,8 @@ describe("[HTML] Outlook-Outlook emails normalization", () => {
);
describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"], []));
describe("MacOS-MacOS", describeFunction("macos-macos", [], ["01", "02"]));
describe(
"MacOS-MacOS",
describeFunction("macos-macos", ["03", "04", "05", "08"])
);
});
......@@ -14,6 +14,6 @@ describe("[Pseudo PLAIN] Outlook-Outlook normalization", () => {
);
// ["01"] - is a filter. Pass here names of directories with test cases you want to check
describe("Chrome-Chrome", describeFunction("chrome-chrome"));
describe("MacOS-MacOS", describeFunction("macos-macos", null, ["01", "02"]));
// describe("Chrome-Chrome", describeFunction("chrome-chrome"));
describe("MacOS-MacOS", describeFunction("macos-macos", null));
});
......@@ -9,5 +9,5 @@ const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`);
describe("[Plain] Outlook-Outlook normalization", () => {
const describeFunction = createDescribePlainTestCases(testsPath);
describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"]));
describe("MacOS-MacOS", describeFunction("macos-macos", null, ["01", "02"]));
describe("MacOS-MacOS", describeFunction("macos-macos", null));
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment