Skip to content

INT-3399: Add smoke test#446

Open
tiny-ben-tran wants to merge 42 commits intomainfrom
feature/INT-3399
Open

INT-3399: Add smoke test#446
tiny-ben-tran wants to merge 42 commits intomainfrom
feature/INT-3399

Conversation

@tiny-ben-tran
Copy link
Contributor

Related ticket: INT-3399

Description of changes:

  • Added a smoke test for verifying the framework version being used
  • Added Jenkinsfile-SmokeTest

@tiny-ben-tran tiny-ben-tran requested review from a team, MitchC1999, kimwoodfield, shanmen-tiny and soritaheng and removed request for a team February 19, 2026 01:14
@tiny-ben-tran tiny-ben-tran requested a review from a team as a code owner February 19, 2026 01:14
@tiny-ben-tran tiny-ben-tran requested review from TheSpyder, ltrouton and spocke and removed request for a team February 19, 2026 01:14
Copy link
Contributor

@jscasca jscasca left a comment

Choose a reason for hiding this comment

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

I would make some changes to the jenkinsfile before moving forward

Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest starting on a single browser so that you don't need to do things in parallel and once it's working we can easily scale up

// Updates the Angular dependencies to the version specified by the npm tag
def updateDependenciesWithTag(Map args = new LinkedHashMap()) {
String npm_tag = args.npm_tag
sh "yarn add @angular/core@${npm_tag} @angular/animations@${npm_tag} @angular/common@${npm_tag} @angular/compiler@${npm_tag} @angular/core@${npm_tag} @angular/forms@${npm_tag} @angular/platform-browser@${npm_tag} @angular-devkit/build-angular@${npm_tag} @angular/cli@${npm_tag} @angular/compiler-cli@${npm_tag}"
Copy link
Contributor

Choose a reason for hiding this comment

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

that's one way of doing it, I guess 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it could be made easier/nicer if ng update command could resolve with private/local packages ie: tinymce-4, tinymce-5, etc. At the moment, it just throws not found error because it tries to fetch the packages from NPM

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

Comments