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

feat: Workflow tests - junit reports #5881

Merged
merged 31 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
bc9752f
status page examples, curl workflows updated
tkonieczny Sep 25, 2024
d5c2d0d
cypress test updated - junit
tkonieczny Sep 25, 2024
4facde9
playwright and postman - junit examples
tkonieczny Sep 27, 2024
3701293
workflow tests - pytest project
tkonieczny Sep 27, 2024
0ea3757
workflow tests - pytest project - test files renamed
tkonieczny Sep 27, 2024
a04fec8
workflow tests - pytest - pytest.ini
tkonieczny Sep 27, 2024
33d12fb
workflow tests - pytest - pytest.ini updated
tkonieczny Sep 27, 2024
cd6c8d7
workflow tests - junit5
tkonieczny Sep 27, 2024
2690131
workflow tests - junit5 tests - pom updated
tkonieczny Sep 27, 2024
71cbc75
workflow tests - junit5 tests - filenames updated
tkonieczny Sep 27, 2024
096ba33
workflow tests - junit5
tkonieczny Sep 27, 2024
5c42889
workflow tests - junit5 tests added
tkonieczny Sep 27, 2024
4ba55f6
workflow tests - junit5 pom updated
tkonieczny Sep 27, 2024
ce5e479
workflow tests - junit5 pom updated
tkonieczny Sep 27, 2024
76f348a
workflow tests - junit5 pom updated
tkonieczny Sep 27, 2024
4e68864
workflow tests - junit5 pom updated
tkonieczny Sep 27, 2024
8152fb8
workflow tests - junit5
tkonieczny Sep 27, 2024
6f6df4a
workflow tests - junit5
tkonieczny Sep 27, 2024
7d17afc
workflow tests - junit5
tkonieczny Sep 27, 2024
64d21b2
workflow tests - junit5
tkonieczny Sep 27, 2024
cfaa915
workflow tests - junit5
tkonieczny Sep 27, 2024
d8203d9
workflow tests - junit5
tkonieczny Sep 27, 2024
7ca61f7
junit 5 project - pom fixed
tkonieczny Sep 30, 2024
4373f26
junit 5 - pom updated (junit report)
tkonieczny Sep 30, 2024
40a9970
junit 5 - pom updated (junit report)
tkonieczny Sep 30, 2024
ed1be9e
junit 5 - tests updated
tkonieczny Sep 30, 2024
876f397
junit 5 - tests extended
tkonieczny Sep 30, 2024
710b594
workflow tests - suites updated
tkonieczny Sep 30, 2024
f9a6e2f
workflow tests - pytest
tkonieczny Sep 30, 2024
e8765ca
workflow tests - suites extended, run scirpt
tkonieczny Sep 30, 2024
fcef0ab
junit target removed
tkonieczny Sep 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
workflow tests - junit5
  • Loading branch information
tkonieczny committed Sep 27, 2024
commit 64d21b2c52ee8a045fe9bb88c173f0a5fbc855c1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package example.testsuite;

import java.util.concurrent.TimeUnit;

import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package example.testsuite;

import java.util.concurrent.TimeUnit;

import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package example.testsuite;

import java.util.concurrent.TimeUnit;

import org.junit.jupiter.api.Test;
Expand Down