jhipster / generator-jhipster-svelte

Generate Svelte powered JHipster web applications
Apache License 2.0
64 stars 19 forks source link

Support playwright as an alternative e2e test framework #1650

Open vishal423 opened 1 year ago

vishal423 commented 1 year ago

@pascalgrimaud, can we add some bounty on this ticket?

pascalgrimaud commented 1 year ago

@vishal423 : done, but I don't know the amount of work so don't hesite to ping me if it's not enough :-)

c0d33ngr commented 1 year ago

Hi there, I am new to this repository but would like to work on this.

vishal423 commented 1 year ago

Feel free to grab. You can refer existing cypress tests and create equivalent in playwright. I suggest to start small, may be few specific flows (login/logout/registration) and then expand to cover all flows.

On Thu, 9 Nov, 2023, 7:03 pm c0d33ngr, @.***> wrote:

Hi there, I am new to this repository but would like to work on this.

— Reply to this email directly, view it on GitHub https://github.com/jhipster/generator-jhipster-svelte/issues/1650#issuecomment-1803841813, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2BV4NXA5UYUEWHQVEFC33YDTLS7AVCNFSM6AAAAAAXENVSFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBTHA2DCOBRGM . You are receiving this because you were mentioned.Message ID: @.***>

c0d33ngr commented 1 year ago

Hi @vishal423 , I want to ask a question about development environment and running the tests. I setup playwright in my branch and added some test spec files to test. Before doing this, I followed the steps below

Now when I ran jsvelte command, do I need to use the sample jdl in the repo to create spin up an app running in localhost in order to run my tests against or what exactly?

c0d33ngr commented 1 year ago

I understand what to do

vishal423 commented 1 year ago

@c0d33ngr, shall I assign the issue to you?

Pavan-Nambi commented 12 months ago

hey @vishal423 , is this issue open to work?

c0d33ngr commented 12 months ago

Hi @vishal423 apologies for not keeping you posted on progress being made. I had power blackout that lasted for more than a week with power supply after the fixing.

I have worked on 6 test files remaining about 10 or so. I'll send draft PR when on PC later today(am on phone)