-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add test feature: generate a report from an agent #4629
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.
please, see the comments thx.
@@ -0,0 +1,16 @@ | |||
import { Then } from 'cypress-cucumber-preprocessor/steps'; |
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.
the name of the file "the-user-agent-report-is-displayed-in-the-table-when.js"
should be
"the-user-agent-report-is-displayed-in-the-table-then.js"
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'll take 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.
Done !
Signed-off-by: Facundo Mayon <mayonf95@gmail.com>
Signed-off-by: Facundo Mayon <mayonf95@gmail.com>
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
* Add pages and functionallity * Add feature changes * Try to capture text * Add report name compare with agent id * Add a validation for modules with no data * Add time to refresh button status * Add validation * Add last changes * Adding pages * Rename agent-report-displayed-file * Add sign to commit Signed-off-by: Facundo Mayon <mayonf95@gmail.com> * Add git signature Signed-off-by: Facundo Mayon <mayonf95@gmail.com> Signed-off-by: Facundo Mayon <mayonf95@gmail.com> (cherry picked from commit 31c6a9d)
This comment was marked as outdated.
This comment was marked as outdated.
…#4707) Add test feature: generate a report from an agent (#4629) * Add pages and functionallity * Add feature changes * Try to capture text * Add report name compare with agent id * Add a validation for modules with no data * Add time to refresh button status * Add validation * Add last changes * Adding pages * Rename agent-report-displayed-file * Add sign to commit Signed-off-by: Facundo Mayon <mayonf95@gmail.com> * Add git signature Signed-off-by: Facundo Mayon <mayonf95@gmail.com> Signed-off-by: Facundo Mayon <mayonf95@gmail.com> (cherry picked from commit 31c6a9d) Co-authored-by: Mayons95 <104914131+Mayons95@users.noreply.github.com>
* Add pages and functionallity * Add feature changes * Try to capture text * Add report name compare with agent id * Add a validation for modules with no data * Add time to refresh button status * Add validation * Add last changes * Adding pages * Rename agent-report-displayed-file * Add sign to commit Signed-off-by: Facundo Mayon <mayonf95@gmail.com> * Add git signature Signed-off-by: Facundo Mayon <mayonf95@gmail.com> Signed-off-by: Facundo Mayon <mayonf95@gmail.com> (cherry picked from commit 31c6a9d)
…ent (#4708) Add test feature: generate a report from an agent (#4629) * Add pages and functionallity * Add feature changes * Try to capture text * Add report name compare with agent id * Add a validation for modules with no data * Add time to refresh button status * Add validation * Add last changes * Adding pages * Rename agent-report-displayed-file * Add sign to commit Signed-off-by: Facundo Mayon <mayonf95@gmail.com> * Add git signature Signed-off-by: Facundo Mayon <mayonf95@gmail.com> Signed-off-by: Facundo Mayon <mayonf95@gmail.com> (cherry picked from commit 31c6a9d) Co-authored-by: Mayons95 <104914131+Mayons95@users.noreply.github.com>
* Add pages and functionallity * Add feature changes * Try to capture text * Add report name compare with agent id * Add a validation for modules with no data * Add time to refresh button status * Add validation * Add last changes * Adding pages * Rename agent-report-displayed-file * Add sign to commit Signed-off-by: Facundo Mayon <mayonf95@gmail.com> * Add git signature Signed-off-by: Facundo Mayon <mayonf95@gmail.com> Signed-off-by: Facundo Mayon <mayonf95@gmail.com> (cherry picked from commit 31c6a9d)
Description
Hi team, this PR includes a new test case to validate the report generation from any module choosing a particular agent.
This validation will increase the testing coverage on all modules.
Issues Resolved
#4627
Evidence
Test it's working for WZD and Kibana
Test comments:
The errors during the test execution are not related to this PR.
It's a bug previously detected and reported on: #4621