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 Sep 10, 2020. It is now read-only.
I think we should have some system tests in order to guarantee we not break the extension on future changes (on the extension itself, myfaces or quakus-core update)
I have done something on quarkus-omnifaces (see here), it uses htmlunit and works quite good.
I also have tried to use selenium with drone/graphene but quarkus team said that users should not rely on quarkus-arquillian extension, see discussion here.
I think we have two options which is:
1 - htmlunit - simpler but less reliable (I think as it emulates a browser)
2 - pure selenium without arquillian - more reliable but a bit more complex and harder to use in CI (travis)
WDYT?
The text was updated successfully, but these errors were encountered:
I think we should have some system tests in order to guarantee we not break the extension on future changes (on the extension itself, myfaces or quakus-core update)
I have done something on quarkus-omnifaces (see here), it uses htmlunit and works quite good.
I also have tried to use selenium with drone/graphene but quarkus team said that users should not rely on quarkus-arquillian extension, see discussion here.
I think we have two options which is:
1 - htmlunit - simpler but less reliable (I think as it emulates a browser)
2 - pure selenium without arquillian - more reliable but a bit more complex and harder to use in CI (travis)
WDYT?
The text was updated successfully, but these errors were encountered: