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.
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
various updates (#23) #59
various updates (#23) #59
Changes from 5 commits
ec9b1b1
a41828b
97e1f5d
69da60c
75ad0f9
3def39e
25c5159
f18bb5e
396a961
e1c4805
623fd05
80c4380
1153181
05b83ba
62b388d
4ea36e6
3c58d20
e11290b
580850b
b188a34
10fb831
2c26a48
357e707
868f789
c540c01
7ed6e2c
c49d5eb
a69014c
c01819c
86bc1c7
ecc4801
e62541e
01fbe3a
c15caef
494fda0
dad6361
9f2bbde
a76e451
e40548b
1e2628e
624cd59
ad05252
5067695
3242ac1
ab9483c
c25fb0e
4fbf863
41e0604
24e16f6
1ec43e8
d1c128a
b62c7eb
ad7c8d6
b9b6b14
1f40f58
e61d8f7
3bc8d9a
893af0f
a92fc75
c6bb6ec
f97e072
d2d2cbe
f30977b
265edef
0d3fba8
6215a53
3e655b6
d31ab44
8985eca
f5cc434
0cb6a6c
9056c74
52707ca
b3359a7
af18470
fe8d51d
aabebcf
7694f48
37fbb35
e132c1c
f338909
58d0468
b929ce8
1cb735e
a6edfa7
aa0342c
8549179
0da36cc
f668bfb
321f256
9ba5fce
10af2f4
92671e7
cad3f7c
1c3b42f
369af40
8cf2206
475eac9
e559f3f
61c4bbb
d631143
2cb3597
3a7c4a2
638a7bf
e8d5dbb
a79d207
67e1092
45b47a6
2794ce9
abb0cb8
c3a7f79
3c06300
66799ab
083a83a
a64ff9e
1e50fec
2340184
f8e75c6
1d37021
9fd2cda
2c447d8
7be5353
92af68d
72d496a
efc07c0
d657458
00e5d88
da82da3
cd14bd3
0811ede
ead9cc1
8414edc
3c76071
69ed4ae
c7c177b
2de8740
e400952
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
It would be good to have an example for parallel_cucumber to show that the gem supports parallel_tests.
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.
I think you're missing the point, it's single formatted for both
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.
I understand that it's a single formatter. But the potential user looking at README should also be aware that agent works when tests are run in parallel.
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.
you are more than welcome to contribute.
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.
report group (tmp dir should be shared across all lunches)
lunches
->launches
formatter_mode is `attach_to_launch`
->formatter_modes contains `attach_to_launch`
I don't see a difference between
launch_id
andlaunch_uuid
.launch_id
is also a UUID of the launch to be used forattach_to_launch
mode. Iflaunch_id
is provided by the user, reporting should happen to that launch.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.
lunch_id is coming from the report portal and forcing you to create lunch beforehand, with luanch_uuid, there is no need to create lunch beforehand. I'm not using the rake and not familiar with it so we have different approaches to solve the same problem.
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.
This is rendered with horizontal scrolling in Github. So a text becomes harder to read in comparison to the current table rendered using Github flavored markdown.
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.
I don't see any scroling
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.
https://github.github.com/gfm/#html-blocks - not sure what you are asking.
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.
As you can see on the screenshot you attached, not all text in column "Purpose" is visible. There is a horizontal scrolling (at least in Chrome).
https://github.com/reportportal/agent-ruby/blob/7be5353c31be361a2a73b93b83f8e4dffacd8c1b/README.md
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.
sure, but I don't see what is the issue here. If you know how to do multiple lines in a simple table block let me know.
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.
Previous formatting looked better in the browser IMO. Could you use it?
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.
That is subjective. Put everything in a single paragraph, and it will not look good in the browser IMO. Hense I had to change it to be more presentable.
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.
Logger
is not loaded by Ruby itself. So there should be a require statement before it's first used.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.
agent-ruby/lib/report_portal/logging/logger.rb
Line 1 in 7be5353
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.
agent-ruby/lib/report_portal/cucumber/report.rb
Line 9 in 7be5353
This file was deleted.
This file was deleted.