-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CSR-2066] feat: get full test suite from JSON file #138
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great that you checked how the upload
command works with the changes. I think that this PR should be closed because the changes are already in #139
@@ -16,8 +16,16 @@ export async function readJsonFile<T>(filePath: string): Promise<T> { | |||
|
|||
export async function writeFileAsync(filePath: string, content: string) { | |||
try { | |||
await fs.writeFile(filePath, content, 'utf8'); | |||
return filePath; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict with the changes in #139
@@ -1,21 +1,7 @@ | |||
import fs from 'fs-extra'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict with the changes in #139
@@ -223,7 +223,7 @@ function getMarkerFilePath(reportDir: string) { | |||
return path.join(reportDir, 'upload.marker.json'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict with the changes in #139
Closing PR as everything is addressed and improved in #139 |
Description
This PR removes the full test suite creation in the upload command for the JUnit scanner. It will only read a JSON file with the full test suite.
PR Checklist
Release Plan
Demo
https://www.loom.com/share/6e9720910f224ff68cb93863f09659bb?sid=97690a7b-93e5-4e30-a99b-dea791962c77
Manual Testing