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

Create Workflow w/ Allure #127

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Create Workflow w/ Allure #127

wants to merge 3 commits into from

Conversation

jcsmit17
Copy link
Contributor

Description

This code change is to create regression runs of existing tests. Additionally, this regression run will create Allure report for QA and management.

Motivation and Context

This change allows QA to regularly review test status for LCC through the test report.

How Has This Been Tested?

To ensure GitHub workflow and report generation works correctly, pushing to pull request will run the workflow. Successfully running the workflow and generating an Allure report as a result will constitute a passed test.

Checklist:

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

@EdwinGuzman EdwinGuzman self-requested a review June 1, 2021 12:46
@@ -0,0 +1,5 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need this file?

Copy link
Member

@EdwinGuzman EdwinGuzman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you bump the version for this change in package.json as well as update the CHANGELOG.md file with a description of the changes? Can you also make it clear that the automated cron job is running unit tests? I imagine later it'll be automated to run integration or end-to-end tests, right?

Currently, the same set of unit tests run on Travis for every PR and push. Is the plan to move away from Travis to Github actions for that set of automated testing?

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

Successfully merging this pull request may close these issues.

2 participants