You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
In order to improve the test coverage of alizer we should create unit tests (both for project and port recognition) for the following frameworks (inside go/tests/component_recognizer_test.go):
(go) beego
(go) echo
(go) fasthttp
(java) open liberty
(java) spring boot
(python) flask
In order to ensure that we are able to match the correct devfile for all the frameworks we should add test cases for (inside go/tests/devfile_recognizer_test.go):
(java) wildfly
(java) vert.x
(js) react.js
(js) svelte
(python) flask (*ensure that we are not choosing django devfile)
Target date: 16 May 2023
The text was updated successfully, but these errors were encountered:
Which area this feature is related to?
/area test-automation
Issue Details
In order to improve the test coverage of alizer we should create unit tests (both for project and port recognition) for the following frameworks (inside
go/tests/component_recognizer_test.go
):In order to ensure that we are able to match the correct devfile for all the frameworks we should add test cases for (inside
go/tests/devfile_recognizer_test.go
):Target date: 16 May 2023
The text was updated successfully, but these errors were encountered: