WebSafe 3.7github.com
|
|
🏠
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

// 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

Copy link
Contributor

@kimwoodfield kimwoodfield left a comment

Choose a reason for hiding this comment

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

The logic makes sense to me. I'm happy to pre-approve based on @jscasca review 👍🏻

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

Labels

None yet

3 participants

Comments