Skip to content

Commit

Permalink
Merge pull request #1 from archfz/master
Browse files Browse the repository at this point in the history
Update to latest, merge from base repo
  • Loading branch information
Josh68 authored Jan 29, 2023
2 parents ebcb83d + 5897e57 commit b464bec
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 31 deletions.
74 changes: 46 additions & 28 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@badeball/cypress-cucumber-preprocessor": "^12.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"chai": "^4.2.0",
"cypress": "12.0.2",
"cypress": "12.4.1",
"cypress-grep": "^3.0.2",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
Expand Down
5 changes: 3 additions & 2 deletions test/specs/outputToFiles.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ describe('Output to files.', () => {
}
});


// Tests in general the log formatting in files.
it('Should generate proper log output files, and print only failing ones if config is on default.', async () => {
it('Should generate proper log output files, and print only failing ones if config is on default.', async function () {
this.retries(2);

const outRoot = {};
const testOutputs = {};
outputCleanUpAndInitialization(testOutputs, outRoot);
Expand Down

0 comments on commit b464bec

Please sign in to comment.