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

Support more than one attachment per Step #194

Closed
ahus1 opened this issue Mar 9, 2016 · 3 comments
Closed

Support more than one attachment per Step #194

ahus1 opened this issue Mar 9, 2016 · 3 comments

Comments

@ahus1
Copy link
Contributor

ahus1 commented Mar 9, 2016

I've added an attachment to a step using CurrentStep#addAttachment to a step, then I tried a second attachment to the same step.

I found that only the second attachment is presented in the report, as the model supports only one attachment at the moment.

As a user I would like to have multiple attachments on a single step to show for example request and reponse in the report.

Thoughts?

@janschaefer
Copy link
Contributor

Should basically be possible. The question is how to represent multiple attachments when there are mutliple cases with a data table. Currently the attachment symbols are numbered by case. If there are multiple attachments this will become confusing. Any ideas?

@ahus1
Copy link
Contributor Author

ahus1 commented Mar 18, 2016

In a scenario without a data table I would see two attachment symbols at the end of the line. When I hover over the attachment, the tooltip will give me a hint what I will find in the attachment.

In a data table I would expect the attachments belonging to the same row to have the same number. Like this:

This is a line [Att1]^1 [Att2]^1 [Att1]^2 [Att2]^2

@janschaefer
Copy link
Contributor

I agree. That should be a good solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants