This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
[terra-functional-testing] Added FileOutputReporter reporter #665
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sirishaNekkanti
requested review from
dkasper-was-taken,
mjhenkes,
ryanthemanuel and
tbiethman
as code owners
May 27, 2021 18:12
benbcai
reviewed
May 27, 2021
benbcai
reviewed
May 27, 2021
benbcai
reviewed
May 27, 2021
...s/src/terra-dev-site/tool/terra-functional-testing/fileOutputReporter/FileOutputReporter.mdx
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 27, 2021
...s/src/terra-dev-site/tool/terra-functional-testing/fileOutputReporter/FileOutputReporter.mdx
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 27, 2021
...s/src/terra-dev-site/tool/terra-functional-testing/fileOutputReporter/FileOutputReporter.mdx
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 27, 2021
packages/terra-functional-testing/src/reporters/fileOutput-reporter/index.js
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 27, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 28, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Show resolved
Hide resolved
benbcai
reviewed
May 28, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 28, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
benbcai
reviewed
May 28, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Show resolved
Hide resolved
benbcai
reviewed
May 28, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
yuderekyu
reviewed
Jun 2, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
yuderekyu
reviewed
Jun 2, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
yuderekyu
reviewed
Jun 2, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
benbcai
reviewed
Jun 2, 2021
packages/terra-functional-testing/src/reporters/file-output-reporter/index.js
Outdated
Show resolved
Hide resolved
benbcai
changed the title
Added FileOutputReporter reporter
[terra-functional-testing] Added FileOutputReporter reporter
Jun 4, 2021
benbcai
approved these changes
Jun 4, 2021
mjhenkes
approved these changes
Jun 4, 2021
yuderekyu
approved these changes
Jun 4, 2021
Thanks @yuderekyu for the +1! |
pranav300
approved these changes
Jun 7, 2021
ryanthemanuel
approved these changes
Jun 7, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Wdio File Output Reporter is a reporter that logs wdio test output to separate files based on locale, theme, and form-factor
Closes: #634