added words to cspell ignore words list, removed mywords.txt

This commit is contained in:
devcer
2022-10-15 19:43:07 +05:30
parent adf7702211
commit 478c387491
46 changed files with 114 additions and 110 deletions

View File

@@ -45,7 +45,6 @@ export const imgSnapshotTest = (graphStr, _options, api = false, validation) =>
options.fontSize = '16px';
}
const useAppli = Cypress.env('useAppli');
//const useAppli = false;
cy.log('Hello ' + useAppli ? 'Appli' : 'image-snapshot');
const name = (options.name || cy.state('runnable').fullTitle()).replace(/\s+/g, '-');