-
Notifications
You must be signed in to change notification settings - Fork 36
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
[BB pr#1] KIT-1 Git msg hooks & basic build configuration #1
Comments
I’d remove |
That’s not true :slight_smile: Was configuring snyk complicated ? Normally, if there’s a package.json at the top of the repo I think it should all be automatic in dep pipeline. Was that not the case ? |
We’ll also need to configure veracode eventually. So I have the same question as above, is it complicated to setup/will be done later ? |
Those changes did not affect the lock files ? 🤔 |
What does |
|
I was going to create tasks for creating a snyk & veracode project, just didn’t want to bother with them right away |
Just changed the order, not the versions. |
Also FYI, if you would like to test/check certifiers works properly, you can have them run in dev. Looks like this :
|
Basically it streams the outputs live but intermingled. Instead of waiting until the build is finished to do a cleaner output. |
With this configuration, it looks like we would always push to the same |
|
For the moment the updated master branch will be deployed to that latest folder. We are going to have to add a versioning system in place at some point by the time to start releasing yes. For now the only environment is dev. This file is not complete. What I could see being useful is still always to deploy the latest master branch code in dev to be easily used throughout the company (e.g. by PS) latest could be renamed to beta or anything else… |
https://coveord.atlassian.net/browse/KIT-3369 fixes this strict selector error : Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByText(/^Product 1 of 1 for kayak$/) resolved to 2 elements: 1) <div role="status" aria-live="polite" id="aria-live-eypty-query-summary">Product 1 of 1 for kayak</div> aka locator('#aria-live-eypty-query-summary') 2) <div part="container" class="text-on-background">…</div> aka locator('#code-root').getByText('Product 1 of 1 for kayak')
The text was updated successfully, but these errors were encountered: