Skip to content
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

change unit test output to json? #596

Closed
larshp opened this issue Jan 13, 2022 · 4 comments
Closed

change unit test output to json? #596

larshp opened this issue Jan 13, 2022 · 4 comments

Comments

@larshp
Copy link
Member

larshp commented Jan 13, 2022

abaplint/vscode-abaplint#118

exercism/abap-test-runner#38

@larshp
Copy link
Member Author

larshp commented Jan 13, 2022

from vscode defs,

run.passed(test, Date.now() - start);

run.failed(test, new vscode.TestMessage(e.message), Date.now() - start);


        message: string | MarkdownString;
        expectedOutput?: string;
        actualOutput?: string;
        location?: Location;

@larshp
Copy link
Member Author

larshp commented Jan 26, 2022

plus have an option to not stop with first failed test

@larshp
Copy link
Member Author

larshp commented Feb 2, 2022

respect quit levels,

  CONSTANTS no TYPE int1 VALUE 0.
  CONSTANTS method TYPE int1 VALUE 1.
  CONSTANTS class TYPE int1 VALUE 2.

@larshp
Copy link
Member Author

larshp commented Apr 10, 2022

some stuff done, closing

@larshp larshp closed this as completed Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant