Skip to content

Commit

Permalink
Fix file reporter length (#88)
Browse files Browse the repository at this point in the history
* adds documentation for ellide function and fixes filesystem reporter file length bug

* fixes firehose created date format and bug in ellide function for middle location

* removes unused buildinfomanager from firehose plugin

* fixes timestamp format and allows config to specify timestamp field name and format

* v12.0.1

* fixes html line wrapping on long log lines and test descriptions
  • Loading branch information
bicarbon8 committed May 16, 2024
1 parent 7e6c8c8 commit 9b31f39
Show file tree
Hide file tree
Showing 32 changed files with 297 additions and 231 deletions.
16 changes: 8 additions & 8 deletions examples/cypress-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
"dependencies": {
"aft-core": "^12.0.0",
"aft-jira": "^12.0.0",
"aft-mocha-reporter": "^12.0.0",
"aft-reporting-aws-kinesis-firehose": "^12.0.0",
"aft-reporting-filesystem": "^12.0.0",
"aft-reporting-html": "^12.0.0",
"aft-testrail": "^12.0.0"
"aft-core": "^12.0.1",
"aft-jira": "^12.0.1",
"aft-mocha-reporter": "^12.0.1",
"aft-reporting-aws-kinesis-firehose": "^12.0.1",
"aft-reporting-filesystem": "^12.0.1",
"aft-reporting-html": "^12.0.1",
"aft-testrail": "^12.0.1"
},
"devDependencies": {
"chai": "^4.4.1",
Expand All @@ -44,5 +44,5 @@
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"version": "12.0.0"
"version": "12.0.1"
}
18 changes: 9 additions & 9 deletions examples/selenium-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
"dependencies": {
"aft-core": "^12.0.0",
"aft-jest-reporter": "^12.0.0",
"aft-jira": "^12.0.0",
"aft-reporting-aws-kinesis-firehose": "^12.0.0",
"aft-reporting-filesystem": "^12.0.0",
"aft-reporting-html": "^12.0.0",
"aft-testrail": "^12.0.0",
"aft-ui-selenium": "^12.0.0"
"aft-core": "^12.0.1",
"aft-jest-reporter": "^12.0.1",
"aft-jira": "^12.0.1",
"aft-reporting-aws-kinesis-firehose": "^12.0.1",
"aft-reporting-filesystem": "^12.0.1",
"aft-reporting-html": "^12.0.1",
"aft-testrail": "^12.0.1",
"aft-ui-selenium": "^12.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand All @@ -47,5 +47,5 @@
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"version": "12.0.0"
"version": "12.0.1"
}
18 changes: 9 additions & 9 deletions examples/selenium-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
"dependencies": {
"aft-core": "^12.0.0",
"aft-jira": "^12.0.0",
"aft-mocha-reporter": "^12.0.0",
"aft-reporting-aws-kinesis-firehose": "^12.0.0",
"aft-reporting-filesystem": "^12.0.0",
"aft-reporting-html": "^12.0.0",
"aft-testrail": "^12.0.0",
"aft-ui-selenium": "^12.0.0"
"aft-core": "^12.0.1",
"aft-jira": "^12.0.1",
"aft-mocha-reporter": "^12.0.1",
"aft-reporting-aws-kinesis-firehose": "^12.0.1",
"aft-reporting-filesystem": "^12.0.1",
"aft-reporting-html": "^12.0.1",
"aft-testrail": "^12.0.1",
"aft-ui-selenium": "^12.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.14",
Expand All @@ -50,5 +50,5 @@
"ts-mocha": "^10.0.0",
"typescript": "^5.1.6"
},
"version": "12.0.0"
"version": "12.0.1"
}
18 changes: 9 additions & 9 deletions examples/web-services-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
"dependencies": {
"aft-core": "^12.0.0",
"aft-jasmine-reporter": "^12.0.0",
"aft-jira": "^12.0.0",
"aft-reporting-aws-kinesis-firehose": "^12.0.0",
"aft-reporting-filesystem": "^12.0.0",
"aft-reporting-html": "^12.0.0",
"aft-testrail": "^12.0.0",
"aft-web-services": "^12.0.0"
"aft-core": "^12.0.1",
"aft-jasmine-reporter": "^12.0.1",
"aft-jira": "^12.0.1",
"aft-reporting-aws-kinesis-firehose": "^12.0.1",
"aft-reporting-filesystem": "^12.0.1",
"aft-reporting-html": "^12.0.1",
"aft-testrail": "^12.0.1",
"aft-web-services": "^12.0.1"
},
"devDependencies": {
"@types/jasmine": "^5.1.4",
Expand All @@ -46,5 +46,5 @@
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"version": "12.0.0"
"version": "12.0.1"
}
18 changes: 9 additions & 9 deletions examples/webdriverio-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
"dependencies": {
"aft-core": "^12.0.0",
"aft-jira": "^12.0.0",
"aft-mocha-reporter": "^12.0.0",
"aft-reporting-aws-kinesis-firehose": "^12.0.0",
"aft-reporting-filesystem": "^12.0.0",
"aft-reporting-html": "^12.0.0",
"aft-testrail": "^12.0.0",
"aft-ui-webdriverio": "^12.0.0",
"aft-core": "^12.0.1",
"aft-jira": "^12.0.1",
"aft-mocha-reporter": "^12.0.1",
"aft-reporting-aws-kinesis-firehose": "^12.0.1",
"aft-reporting-filesystem": "^12.0.1",
"aft-reporting-html": "^12.0.1",
"aft-testrail": "^12.0.1",
"aft-ui-webdriverio": "^12.0.1",
"webdriverio": "^8.35.1"
},
"devDependencies": {
Expand All @@ -51,5 +51,5 @@
"ts-mocha": "^10.0.0",
"typescript": "^5.1.6"
},
"version": "12.0.0"
"version": "12.0.1"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"examples/*"
],
"version": "12.0.0"
"version": "12.0.1"
}
Loading

0 comments on commit 9b31f39

Please sign in to comment.