Skip to content

feat: check markdown links on the CI #11

feat: check markdown links on the CI

feat: check markdown links on the CI #11

GitHub Actions / UT Tests report-windows-latest succeeded Jan 4, 2024 in 1s

UT Tests report-windows-latest ✅

Tests passed successfully

Report Passed Failed Skipped Time
packages/@ama-sdk/core/dist-test/ut-report.xml 174✅ 1⚪ 22s
packages/@ama-sdk/schematics/dist-test/ut-report.xml 9✅ 21s
packages/@o3r/dev-tools/dist-test/ut-report.xml 3✅ 5s
packages/@o3r/schematics/dist-test/ut-report.xml 14✅ 17s
packages/@o3r/test-helpers/dist-test/ut-report.xml 1✅ 2s

✅ packages/@ama-sdk/core/dist-test/ut-report.xml

175 tests were completed in 22s with 174 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Additional Params Request Plugin 6✅ 556ms
Api Key Request Plugin 6✅ 420ms
Api Key Request Plugin 2✅ 422ms
ApiConfigurationOverride Plugin 3✅ 319ms
BotProtectionFingerprint 22✅ 8s
Client Facts request plugin 8✅ 383ms
Concurrent Fetch Plugin 3✅ 404ms
Custom info reply plugin 4✅ 327ms
DateTime 13✅ 429ms
Exception Reply Plugin 5✅ 599ms
Fetch API cache Request Plugin 5✅ 408ms
Fetch API cache Request Plugin 3✅ 397ms
Fetch API credentials Request Plugin 2✅ 303ms
Gateway token plugin 5✅ 10s
getResponseReviver - revivers by status code 8✅ 4s
Imperva fetch plug-in 6✅ 675ms
JSON auth token request plugin 5✅ 2s
Json Token 3✅ 529ms
JSON token utils 3✅ 692ms
Keepalive Request Plugin 1✅ 286ms
Mock intercept 5✅ 1⚪ 765ms
Ng add @ama-sdk/core 1✅ 10s
PerformanceMetricPlugin 3✅ 321ms
Public Facts request plugin 7✅ 644ms
Raw response info Reply plugin 4✅ 344ms
Retry Fetch Plugin 6✅ 489ms
Reviver Reply Plugin 3✅ 342ms
Revivers : 1✅ 586ms
Session ID Request Plugin 6✅ 316ms
SI Token Request Plugin 1✅ 319ms
Timeout Fetch Plugin 5✅ 522ms
Tokenizer Request Plugin 11✅ 10s
URL Rewrite Request Plugin 2✅ 310ms
Wait For Fetch Plugin 6✅ 533ms

✅ Additional Params Request Plugin

Additional Params Request Plugin should add a specified query param
  ✅ Additional Params Request Plugin should add a specified query param
Additional Params Request Plugin should add the query params returned by a function
  ✅ Additional Params Request Plugin should add the query params returned by a function
Additional Params Request Plugin should modify body
  ✅ Additional Params Request Plugin should modify body
Additional Params Request Sync Plugin should add a specified query param
  ✅ Additional Params Request Sync Plugin should add a specified query param
Additional Params Request Sync Plugin should add the query params returned by a function
  ✅ Additional Params Request Sync Plugin should add the query params returned by a function
Additional Params Request Sync Plugin should modify body
  ✅ Additional Params Request Sync Plugin should modify body

✅ Api Key Request Plugin

Api Key Request Plugin Static API key should be added to the default header.
  ✅ Api Key Request Plugin Static API key should be added to the default header.
Api Key Request Plugin Static API key should be added to the specified header.
  ✅ Api Key Request Plugin Static API key should be added to the specified header.
Api Key Request Plugin Static OID override should compute the right ama-ctx
  ✅ Api Key Request Plugin Static OID override should compute the right ama-ctx
Api Key Request Plugin API key and OID as functions that return strings should result in the right headers
  ✅ Api Key Request Plugin API key and OID as functions that return strings should result in the right headers
Api Key Request Plugin API key and OID as functions that return promises should result in the right headers
  ✅ Api Key Request Plugin API key and OID as functions that return promises should result in the right headers
Api Key Request Plugin Setting API key and OID using the setters should result in the right headers
  ✅ Api Key Request Plugin Setting API key and OID using the setters should result in the right headers

✅ Api Key Request Plugin

Api Key Request Plugin should add the API Key to the headers
  ✅ Api Key Request Plugin should add the API Key to the headers
Api Key Request Plugin should execute the function to add the API Key to the headers
  ✅ Api Key Request Plugin should execute the function to add the API Key to the headers

✅ ApiConfigurationOverride Plugin

ApiConfigurationOverride Plugin should add a specified string JWS
  ✅ ApiConfigurationOverride Plugin should add a specified string JWS
ApiConfigurationOverride Plugin should add a specified string JWS with a custom header name
  ✅ ApiConfigurationOverride Plugin should add a specified string JWS with a custom header name
ApiConfigurationOverride Plugin should add a specified dynamic JWS
  ✅ ApiConfigurationOverride Plugin should add a specified dynamic JWS

✅ BotProtectionFingerprint

BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return undefined and log if no Protection object is received.
  ✅ BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return undefined and log if no Protection object is received.
BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return undefined and log if no Protection object is received within configured timeout.
  ✅ BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return undefined and log if no Protection object is received within configured timeout.
BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return undefined and log if token promise rejected.
  ✅ BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return undefined and log if token promise rejected.
BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return the token if everything happened within timeout values.
  ✅ BotProtectionFingerprint Retrievers impervaProtectionRetrieverFactory Should return the token if everything happened within timeout values.
BotProtectionFingerprint Retrievers cookieRetrieverFactory Should throw if document is not defined.
  ✅ BotProtectionFingerprint Retrievers cookieRetrieverFactory Should throw if document is not defined.
BotProtectionFingerprint Retrievers cookieRetrieverFactory Should return undefined if no cookies are there.
  ✅ BotProtectionFingerprint Retrievers cookieRetrieverFactory Should return undefined if no cookies are there.
BotProtectionFingerprint Retrievers cookieRetrieverFactory Should return undefined if cookies are there but not the one specified.
  ✅ BotProtectionFingerprint Retrievers cookieRetrieverFactory Should return undefined if cookies are there but not the one specified.
BotProtectionFingerprint Retrievers cookieRetrieverFactory Should return the value of the cookie with the name specified when present.
  ✅ BotProtectionFingerprint Retrievers cookieRetrieverFactory Should return the value of the cookie with the name specified when present.
BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should throw if localStorage is not defined.
  ✅ BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should throw if localStorage is not defined.
BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return undefined if the storage doesn't contain the specified key.
  ✅ BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return undefined if the storage doesn't contain the specified key.
BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return undefined if the storage contains a malformed entry.
  ✅ BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return undefined if the storage contains a malformed entry.
BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return the stored token if still valid
  ✅ BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return the stored token if still valid
BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return undefined by default if the stored token has expired
  ✅ BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return undefined by default if the stored token has expired
BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return expired token if configured to do so.
  ✅ BotProtectionFingerprint Retrievers impervaLocalStorageRetrieverFactory Should return expired token if configured to do so.
BotProtectionFingerprint Retrievers akamaiTelemetryRetrieverFactory Should return undefined if bmak object doesn't exist.
  ✅ BotProtectionFingerprint Retrievers akamaiTelemetryRetrieverFactory Should return undefined if bmak object doesn't exist.
BotProtectionFingerprint Retrievers akamaiTelemetryRetrieverFactory Should return telemetry
  ✅ BotProtectionFingerprint Retrievers akamaiTelemetryRetrieverFactory Should return telemetry
BotProtectionFingerprint Plug-in Should add the fingerprint header if a fingerprint is found.
  ✅ BotProtectionFingerprint Plug-in Should add the fingerprint header if a fingerprint is found.
BotProtectionFingerprint Plug-in Should' add the fingerprint header if no fingerprint is found with no poller.
  ✅ BotProtectionFingerprint Plug-in Should' add the fingerprint header if no fingerprint is found with no poller.
BotProtectionFingerprint Plug-in Should add the fingerprint header if there is no fingerprint after the configured poller has finished running.
  ✅ BotProtectionFingerprint Plug-in Should add the fingerprint header if there is no fingerprint after the configured poller has finished running.
BotProtectionFingerprint Plug-in Should add the fingerprint header if initially not found but added before the poller ended.
  ✅ BotProtectionFingerprint Plug-in Should add the fingerprint header if initially not found but added before the poller ended.
BotProtectionFingerprint Plug-in Should poll twice if configured.
  ✅ BotProtectionFingerprint Plug-in Should poll twice if configured.
BotProtectionFingerprint Plug-in Shouldn't poll twice if configured.
  ✅ BotProtectionFingerprint Plug-in Shouldn't poll twice if configured.

✅ Client Facts request plugin

Client Facts request plugin Should encode the public facts as unsecured JWT
  ✅ Client Facts request plugin Should encode the public facts as unsecured JWT
Client Facts request plugin Should apply global facts to every requests to the default header
  ✅ Client Facts request plugin Should apply global facts to every requests to the default header
Client Facts request plugin Should allow to configure header name
  ✅ Client Facts request plugin Should allow to configure header name
Client Facts request plugin Should allow to change facts via a function
  ✅ Client Facts request plugin Should allow to change facts via a function
Client Facts request plugin Should allow to return facts only for specific requests thanks to factories
  ✅ Client Facts request plugin Should allow to return facts only for specific requests thanks to factories
Client Facts request plugin Should allow to set private facts
  ✅ Client Facts request plugin Should allow to set private facts
Client Facts request plugin Specific facts should have priority over global facts
  ✅ Client Facts request plugin Specific facts should have priority over global facts
Client Facts request plugin Factories should be allowed to be asynchronous and return a Promise of facts
  ✅ Client Facts request plugin Factories should be allowed to be asynchronous and return a Promise of facts

✅ Concurrent Fetch Plugin

Concurrent Fetch Plugin should start if the limit is not reach
  ✅ Concurrent Fetch Plugin should start if the limit is not reach
Concurrent Fetch Plugin should retrieve the fetchcall in the pool
  ✅ Concurrent Fetch Plugin should retrieve the fetchcall in the pool
Concurrent Fetch Plugin should start only when the pool is available
  ✅ Concurrent Fetch Plugin should start only when the pool is available

✅ Custom info reply plugin

Custom info reply plugin should add the content of the custom information in the reply
  ✅ Custom info reply plugin should add the content of the custom information in the reply
Custom info reply plugin should merge the contents of the two custom info
  ✅ Custom info reply plugin should merge the contents of the two custom info
Custom info reply plugin should invalidate custom info
  ✅ Custom info reply plugin should invalidate custom info
Custom info reply plugin should validate custom info
  ✅ Custom info reply plugin should validate custom info

✅ DateTime

DateTime should support timestamp
  ✅ DateTime should support timestamp
DateTime should support DateTime Utils
  ✅ DateTime should support DateTime Utils
DateTime should support a copy constructor
  ✅ DateTime should support a copy constructor
DateTime should support json conversions
  ✅ DateTime should support json conversions
DateTime should support date without time
  ✅ DateTime should support date without time
DateTime should support datetime without timezone
  ✅ DateTime should support datetime without timezone
DateTime should ignore timezone of datetime
  ✅ DateTime should ignore timezone of datetime
DateTime should handle daylight change
  ✅ DateTime should handle daylight change
Date should support timestamp
  ✅ Date should support timestamp
Date should support Date Utils
  ✅ Date should support Date Utils
Date should support a copy constructor
  ✅ Date should support a copy constructor
Date should support json conversions
  ✅ Date should support json conversions
Date should be converted to a Js DateTime
  ✅ Date should be converted to a Js DateTime

✅ Exception Reply Plugin

Exception Reply Plugin should throw on empty data and contains errors key if DAPI
  ✅ Exception Reply Plugin should throw on empty data and contains errors key if DAPI
Exception Reply Plugin should not throw on empty data and no errors key if DAPI
  ✅ Exception Reply Plugin should not throw on empty data and no errors key if DAPI
Exception Reply Plugin should not throw on empty data if not DAPI
  ✅ Exception Reply Plugin should not throw on empty data if not DAPI
Exception Reply Plugin should throw on nok status
  ✅ Exception Reply Plugin should throw on nok status
Exception Reply Plugin should not throw if there is already an exception
  ✅ Exception Reply Plugin should not throw if there is already an exception

✅ Fetch API cache Request Plugin

Fetch API cache Request Plugin cache should be set to no-cache by default
  ✅ Fetch API cache Request Plugin cache should be set to no-cache by default
Fetch API cache Request Plugin credentials should be set to same-origin by default
  ✅ Fetch API cache Request Plugin credentials should be set to same-origin by default
Fetch API cache Request Plugin cache should be set correctly
  ✅ Fetch API cache Request Plugin cache should be set correctly
Fetch API cache Request Plugin credentials should be set correctly
  ✅ Fetch API cache Request Plugin credentials should be set correctly
Fetch API cache Request Plugin cache and credentials should be set correctly
  ✅ Fetch API cache Request Plugin cache and credentials should be set correctly

✅ Fetch API cache Request Plugin

Fetch API cache Request Plugin cache should be set correctly
  ✅ Fetch API cache Request Plugin cache should be set correctly
Fetch API cache Request Plugin should set Cache-Control and Pragma header to no-cache in the request
  ✅ Fetch API cache Request Plugin should set Cache-Control and Pragma header to no-cache in the request
Fetch API cache Request Plugin should not set Cache-Control header in the request
  ✅ Fetch API cache Request Plugin should not set Cache-Control header in the request

✅ Fetch API credentials Request Plugin

Fetch API credentials Request Plugin credentials should be set to same-origin by default
  ✅ Fetch API credentials Request Plugin credentials should be set to same-origin by default
Fetch API credentials Request Plugin credentials should be set correctly
  ✅ Fetch API credentials Request Plugin credentials should be set correctly

✅ Gateway token plugin

Gateway token plugin should get the token from session storage
  ✅ Gateway token plugin should get the token from session storage
Gateway token plugin should call the gateway api to take the token and save it in session storage
  ✅ Gateway token plugin should call the gateway api to take the token and save it in session storage
Gateway token plugin should call the gateway api if the token in session storage is expired
  ✅ Gateway token plugin should call the gateway api if the token in session storage is expired
Gateway token plugin should save the token in session storage with the reference of the provided guest office ID
  ✅ Gateway token plugin should save the token in session storage with the reference of the provided guest office ID
Gateway token plugin should save the token in session storage with the reference
  ✅ Gateway token plugin should save the token in session storage with the reference

✅ getResponseReviver - revivers by status code

getResponseReviver - revivers by status code should not return a reviver for a non ok response
  ✅ getResponseReviver - revivers by status code should not return a reviver for a non ok response
getResponseReviver - revivers by status code should return a reason but not reviver for a 204 No Content Response
  ✅ getResponseReviver - revivers by status code should return a reason but not reviver for a 204 No Content Response
getResponseReviver - revivers by status code should return the status code's reviver
  ✅ getResponseReviver - revivers by status code should return the status code's reviver
getResponseReviver - revivers by status code should fallback on the first defined status if the status code's reviver is not defined
  ✅ getResponseReviver - revivers by status code should fallback on the first defined status if the status code's reviver is not defined
getResponseReviver - revivers by status code should not fallback on 204 (No Content)'s reviver
  ✅ getResponseReviver - revivers by status code should not fallback on 204 (No Content)'s reviver
getResponseReviver - revivers by status code should not fallback if the feature is deactivated
  ✅ getResponseReviver - revivers by status code should not fallback if the feature is deactivated
getResponseReviver - reviver as function should not return a reviver for a non ok response
  ✅ getResponseReviver - reviver as function should not return a reviver for a non ok response
getResponseReviver - reviver as function should only return the reviver if the endpoint reviver is a function or an undefined object
  ✅ getResponseReviver - reviver as function should only return the reviver if the endpoint reviver is a function or an undefined object

✅ Imperva fetch plug-in

Imperva fetch plug-in Should allow if cookie is already there
  ✅ Imperva fetch plug-in Should allow if cookie is already there
Imperva fetch plug-in Should not allow if the cookie is not there and configured to fail
  ✅ Imperva fetch plug-in Should not allow if the cookie is not there and configured to fail
Imperva fetch plug-in Should respect the configured timeout
  ✅ Imperva fetch plug-in Should respect the configured timeout
Imperva fetch plug-in Should allow if the cookie is not there and configured to allow nonetheless
  ✅ Imperva fetch plug-in Should allow if the cookie is not there and configured to allow nonetheless
Imperva fetch plug-in Should eventually allow if the cookie is set before the plug-in is configured to timeout
  ✅ Imperva fetch plug-in Should eventually allow if the cookie is set before the plug-in is configured to timeout
Imperva fetch plug-in Should not allow if the cookie is set after the plug-in is configured to timeout
  ✅ Imperva fetch plug-in Should not allow if the cookie is set after the plug-in is configured to timeout

✅ JSON auth token request plugin

JSON auth token request plugin should add a Bearer in the header
  ✅ JSON auth token request plugin should add a Bearer in the header
JSON auth token request plugin should check that the jws token is well formatted
  ✅ JSON auth token request plugin should check that the jws token is well formatted
JSON auth token request plugin should check that the header is properly set
  ✅ JSON auth token request plugin should check that the header is properly set
JSON auth token request plugin should check that the payload is properly set
  ✅ JSON auth token request plugin should check that the payload is properly set
JSON auth token request plugin should check the signature validity
  ✅ JSON auth token request plugin should check the signature validity

✅ Json Token

Json Token request plugin should add Authorization header
  ✅ Json Token request plugin should add Authorization header
Json Token request plugin should not add Authorization if no token
  ✅ Json Token request plugin should not add Authorization if no token
Json Token reply plugin should store the received token
  ✅ Json Token reply plugin should store the received token

✅ JSON token utils

JSON token utils should encode and decode in base64 properly a string that contains characters occupying more than 1 byte
  ✅ JSON token utils should encode and decode in base64 properly a string that contains characters occupying more than 1 byte
JSON token utils should encode and decode in base64Url properly a string that contains characters occupying more than 1 byte
  ✅ JSON token utils should encode and decode in base64Url properly a string that contains characters occupying more than 1 byte
JSON Web Encryption Token should generate a proper JWE Token
  ✅ JSON Web Encryption Token should generate a proper JWE Token

✅ Keepalive Request Plugin

Keepalive Request Plugin keepalive should be set to true
  ✅ Keepalive Request Plugin keepalive should be set to true

✅ Mock intercept

Mock intercept request plugin should do nothing if disabled is true
  ✅ Mock intercept request plugin should do nothing if disabled is true
Mock intercept request plugin should intercept the request
  ⚪ Mock intercept request plugin should intercept the request
Mock intercept fetch plugin when using an initialization function should call initialize fn
  ✅ Mock intercept fetch plugin when using an initialization function should call initialize fn
Mock intercept fetch plugin when using an initialization function should throw if there is no request plugin
  ✅ Mock intercept fetch plugin when using an initialization function should throw if there is no request plugin
Mock intercept with delay should delay the response of the specific number
  ✅ Mock intercept with delay should delay the response of the specific number
Mock intercept with delay should delay the response based on callback
  ✅ Mock intercept with delay should delay the response based on callback

✅ Ng add @ama-sdk/core

Ng add @ama-sdk/core should update imports
  ✅ Ng add @ama-sdk/core should update imports

✅ PerformanceMetricPlugin

PerformanceMetricPlugin should generate new mark ids
  ✅ PerformanceMetricPlugin should generate new mark ids
PerformanceMetricPlugin should include a new mark when closing
  ✅ PerformanceMetricPlugin should include a new mark when closing
PerformanceMetricPlugin should include a new mark when closing with error
  ✅ PerformanceMetricPlugin should include a new mark when closing with error

✅ Public Facts request plugin

Public Facts request plugin Should encode the facts as unsecured JWT
  ✅ Public Facts request plugin Should encode the facts as unsecured JWT
Public Facts request plugin Should apply global facts to every requests to the default header
  ✅ Public Facts request plugin Should apply global facts to every requests to the default header
Public Facts request plugin Should allow to configure header name
  ✅ Public Facts request plugin Should allow to configure header name
Public Facts request plugin Should allow to change facts via a function
  ✅ Public Facts request plugin Should allow to change facts via a function
Public Facts request plugin Should allow to return facts only for specific requests thanks to factories
  ✅ Public Facts request plugin Should allow to return facts only for specific requests thanks to factories
Public Facts request plugin Specific facts should have priority over global facts
  ✅ Public Facts request plugin Specific facts should have priority over global facts
Public Facts request plugin Factories should be allowed to be asynchronous and return a Promise of facts
  ✅ Public Facts request plugin Factories should be allowed to be asynchronous and return a Promise of facts

✅ Raw response info Reply plugin

Raw response info Reply plugin should add response object
  ✅ Raw response info Reply plugin should add response object
Raw response info Reply plugin should keep original data
  ✅ Raw response info Reply plugin should keep original data
Raw response info Reply plugin should invalidate response info
  ✅ Raw response info Reply plugin should invalidate response info
Raw response info Reply plugin should validate response info
  ✅ Raw response info Reply plugin should validate response info

✅ Retry Fetch Plugin

Retry Fetch Plugin should not retry on success
  ✅ Retry Fetch Plugin should not retry on success
Retry Fetch Plugin should not retry if refused by the condition
  ✅ Retry Fetch Plugin should not retry if refused by the condition
Retry Fetch Plugin should retry on fetch rejection
  ✅ Retry Fetch Plugin should retry on fetch rejection
Retry Fetch Plugin should retry on fetch rejection with wait
  ✅ Retry Fetch Plugin should retry on fetch rejection with wait
Retry Fetch Plugin should retry on not ok call
  ✅ Retry Fetch Plugin should retry on not ok call
Retry Fetch Plugin should retry on not ok call with wait
  ✅ Retry Fetch Plugin should retry on not ok call with wait

✅ Reviver Reply Plugin

Reviver Reply Plugin should revive a specific data
  ✅ Reviver Reply Plugin should revive a specific data
Reviver Reply Plugin should revive a specific data and dictionary
  ✅ Reviver Reply Plugin should revive a specific data and dictionary
Reviver Reply Plugin should revive empty object in case of undefined data
  ✅ Reviver Reply Plugin should revive empty object in case of undefined data

✅ Revivers :

Revivers : reviveDictionarizedArray
  ✅ Revivers : reviveDictionarizedArray

✅ Session ID Request Plugin

Session ID Request Plugin should have the default id to Ama-Client-Ref
  ✅ Session ID Request Plugin should have the default id to Ama-Client-Ref
Session ID Request Plugin should add the session ID to the headers
  ✅ Session ID Request Plugin should add the session ID to the headers
Session ID Request Plugin second plugin with same header should use the ID that's already in memory
  ✅ Session ID Request Plugin second plugin with same header should use the ID that's already in memory
Session ID Request Plugin second plugin with different header should generate a new session ID
  ✅ Session ID Request Plugin second plugin with different header should generate a new session ID
Session ID Request Plugin should generate a correctly formatted ID
  ✅ Session ID Request Plugin should generate a correctly formatted ID
Session ID Request Plugin should be possible to deactivate the request ID part
  ✅ Session ID Request Plugin should be possible to deactivate the request ID part

✅ SI Token Request Plugin

SI Token Request Plugin should add a specified SI Tokens in query params
  ✅ SI Token Request Plugin should add a specified SI Tokens in query params

✅ Timeout Fetch Plugin

Timeout Fetch Plugin should reject on timeout
  ✅ Timeout Fetch Plugin should reject on timeout
Timeout Fetch Plugin should not reject on fetch rejection
  ✅ Timeout Fetch Plugin should not reject on fetch rejection
Timeout Fetch Plugin should forward the fetch response
  ✅ Timeout Fetch Plugin should forward the fetch response
Timeout Fetch Plugin should not reject if the timeout has been paused and reject if restarted
  ✅ Timeout Fetch Plugin should not reject if the timeout has been paused and reject if restarted
Timeout Fetch Plugin should take into account pause events triggered before the call
  ✅ Timeout Fetch Plugin should take into account pause events triggered before the call

✅ Tokenizer Request Plugin

Tokenizer Request Plugin should replace sensitive parameters with tokens
  ✅ Tokenizer Request Plugin should replace sensitive parameters with tokens
Tokenizer Request Plugin should put token-value associations in custom header if provided
  ✅ Tokenizer Request Plugin should put token-value associations in custom header if provided
Tokenizer Request Plugin should keep default parameters and print an error if tokenization is disabled
  ✅ Tokenizer Request Plugin should keep default parameters and print an error if tokenization is disabled
Tokenizer Request Plugin should keep default parameters if no token-value associations is provided
  ✅ Tokenizer Request Plugin should keep default parameters if no token-value associations is provided
Tokenizer Request Plugin should use JWT if no key specified
  ✅ Tokenizer Request Plugin should use JWT if no key specified
Tokenizer Request Plugin should use JWE if a key is specified
  ✅ Tokenizer Request Plugin should use JWE if a key is specified
Tokenizer Request Plugin should throw by default if an exception is raised for JWE encoder
  ✅ Tokenizer Request Plugin should throw by default if an exception is raised for JWE encoder
Tokenizer Request Plugin should handle errors silently if an exception is raised for JWE encoder
  ✅ Tokenizer Request Plugin should handle errors silently if an exception is raised for JWE encoder
Tokenizer Request Plugin should skip PII tokenization and put DeepLink token in corresponding header when DeepLink token is provided
  ✅ Tokenizer Request Plugin should skip PII tokenization and put DeepLink token in corresponding header when DeepLink token is provided
Tokenizer Request Plugin should put DeepLink challenge answers in corresponding header when provided
  ✅ Tokenizer Request Plugin should put DeepLink challenge answers in corresponding header when provided
Tokenizer Request Plugin Should not loose additional parameters not expected for the actual request
  ✅ Tokenizer Request Plugin Should not loose additional parameters not expected for the actual request

✅ URL Rewrite Request Plugin

URL Rewrite Request Plugin should call the URL rewriter
  ✅ URL Rewrite Request Plugin should call the URL rewriter
URL Rewrite Request Plugin should have updated the url
  ✅ URL Rewrite Request Plugin should have updated the url

✅ Wait For Fetch Plugin

Wait For Fetch Plugin should not start if timeout
  ✅ Wait For Fetch Plugin should not start if timeout
Wait For Fetch Plugin should start if promise condition passed
  ✅ Wait For Fetch Plugin should start if promise condition passed
Wait For Fetch Plugin should start if condition passed
  ✅ Wait For Fetch Plugin should start if condition passed
Wait For Fetch Plugin should call the callback function on success
  ✅ Wait For Fetch Plugin should call the callback function on success
Wait For Fetch Plugin should call the callback function with the correct data
  ✅ Wait For Fetch Plugin should call the callback function with the correct data
Wait For Fetch Plugin should call the callback function on failure
  ✅ Wait For Fetch Plugin should call the callback function on failure

✅ packages/@ama-sdk/schematics/dist-test/ut-report.xml

9 tests were completed in 21s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Java Core Generator 1✅ 3s
Ng add 1✅ 13s
Typescript Core Generator 3✅ 19s
Typescript Shell Generator 4✅ 16s

✅ Java Core Generator

Java Core Generator should work correctly
  ✅ Java Core Generator should work correctly

✅ Ng add

Ng add should have update scripts in the package.json
  ✅ Ng add should have update scripts in the package.json

✅ Typescript Core Generator

Typescript Core Generator should update readme
  ✅ Typescript Core Generator should update readme
Typescript Core Generator should clean previous install
  ✅ Typescript Core Generator should clean previous install
Typescript Core Generator should throw when swagger is missing
  ✅ Typescript Core Generator should throw when swagger is missing

✅ Typescript Shell Generator

Typescript Shell Generator should generate basic SDK package
  ✅ Typescript Shell Generator should generate basic SDK package
Typescript Shell Generator should generate correct package name
  ✅ Typescript Shell Generator should generate correct package name
Typescript Shell Generator should use yarn as default package manager
  ✅ Typescript Shell Generator should use yarn as default package manager
Typescript Shell Generator should use npm as package manager if specified
  ✅ Typescript Shell Generator should use npm as package manager if specified

✅ packages/@o3r/dev-tools/dist-test/ut-report.xml

3 tests were completed in 5s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
String utils 3✅ 4s

✅ String utils

String utils pad should add a 0 to number <10 and >=0
  ✅ String utils pad should add a 0 to number <10 and >=0
String utils pad should not add a 0 to number >=10
  ✅ String utils pad should not add a 0 to number >=10
String utils pad should add two 0 to number <10 with digit=3
  ✅ String utils pad should add two 0 to number <10 with digit=3

✅ packages/@o3r/schematics/dist-test/ut-report.xml

14 tests were completed in 17s with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
addVsCodeRecommendations 3✅ 10s
Devtools Registration 6✅ 15s
Get schematics options 5✅ 9s

✅ addVsCodeRecommendations

addVsCodeRecommendations should add recommendation to existing file
  ✅ addVsCodeRecommendations should add recommendation to existing file
addVsCodeRecommendations should avoid duplication in recommendation
  ✅ addVsCodeRecommendations should avoid duplication in recommendation
addVsCodeRecommendations should create file if not extension,json file
  ✅ addVsCodeRecommendations should create file if not extension,json file

✅ Devtools Registration

Devtools Registration should inject service in the main file
  ✅ Devtools Registration should inject service in the main file
Devtools Registration should inject a service if `bootstrapApplication` found
  ✅ Devtools Registration should inject a service if `bootstrapApplication` found
Devtools Registration should not reinject a service
  ✅ Devtools Registration should not reinject a service
Devtools Registration should not inject a service if no name provided
  ✅ Devtools Registration should not inject a service if no name provided
Devtools Registration should not inject a service if no main file found
  ✅ Devtools Registration should not inject a service if no main file found
Devtools Registration should not inject a service if no `bootstrapModule` found
  ✅ Devtools Registration should not inject a service if no `bootstrapModule` found

✅ Get schematics options

Get schematics options should return the ng-add generic options followed by overall generic options
  ✅ Get schematics options should return the ng-add generic options followed by overall generic options
Get schematics options should return the generic options when no matches for schematics name
  ✅ Get schematics options should return the generic options when no matches for schematics name
Get schematics options should return the specific o3r/core ng add, followed by ng-add generic options, followed by overall generic options
  ✅ Get schematics options should return the specific o3r/core ng add, followed by ng-add generic options, followed by overall generic options
Get schematics options should return closest matching when no generic options present
  ✅ Get schematics options should return closest matching when no generic options present
Get schematics options should return undefined when no generic options present and no matching
  ✅ Get schematics options should return undefined when no generic options present and no matching

✅ packages/@o3r/test-helpers/dist-test/ut-report.xml

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
undefined 1✅ 939ms

✅ undefined

 should be removed as soon as we have one test in this package
  ✅ should be removed as soon as we have one test in this package