# Question regarding Improve E2E Tests Coverage

**URL:** https://talk.openelis-global.org/t/question-regarding-improve-e2e-tests-coverage/666
**Category:** GSOC
**Tags:** gsoc2024
**Created:** [March 30, 2024, 5:33am UTC](https://talk.openelis-global.org/t/question-regarding-improve-e2e-tests-coverage/666 "2024-03-30T05:33:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ankit-Matth](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.openelis-global.org/ankit-matth/32/338_2.png) [@Ankit-Matth](https://talk.openelis-global.org/u/Ankit-Matth)
#### Post date: [March 30, 2024, 5:33am UTC](https://talk.openelis-global.org/t/question-regarding-improve-e2e-tests-coverage/666/1 "2024-03-30T05:33:44Z")

</div>

Hello @Moses_Mutesasira @abertnamanya @caseyi,

I’m currently working on the project “ **Improve E2E Tests Coverage**.” The project description highlights that the current E2E tests have very low test coverage and are not very stable. This project aims to enhance the End-to-End (E2E) testing coverage for the New React front end and ensure robust validation of the entire application workflow. E2E tests play a critical role in verifying the seamless interaction between various components, ensuring that the application functions as expected from the user’s perspective.

Now, I have a question regarding the project:

Given that the current Cypress test suites are designed for the ‘[https://openelis28.openelis-global.org/](https://openelis28.openelis-global.org/)’ environment, could you please clarify whether I should focus on writing Cypress test suites for ‘[https://localhost/](https://localhost/)’ or continue testing on ‘[https://openelis28.openelis-global.org/](https://openelis28.openelis-global.org/)’?

---

<div class="post-metadata">

### Author: ![ravi](https://avatars.discourse-cdn.com/v4/letter/r/58956e/32.png) [@ravi](https://talk.openelis-global.org/u/ravi)
#### Post date: [March 30, 2024, 7:52am UTC](https://talk.openelis-global.org/t/question-regarding-improve-e2e-tests-coverage/666/2 "2024-03-30T07:52:22Z")

</div>

Hii @Ankit-Matth if Cypress test suites are designed for the ‘[https://openelis28.openelis-global.org/](https://openelis28.openelis-global.org/)"  
then i think you should write for that only it might serve a purpose!..

also ‘[https://openelis28.openelis-global.org/](https://openelis28.openelis-global.org/)" is a test server so e2e testing might be done over there before final push

---

<div class="post-metadata">

### Author: ![Manish](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.openelis-global.org/manish/32/472_2.png) [@Manish](https://talk.openelis-global.org/u/Manish)
#### Post date: [April 1, 2024, 8:26am UTC](https://talk.openelis-global.org/t/question-regarding-improve-e2e-tests-coverage/666/3 "2024-04-01T08:26:56Z")

</div>

Hello @Ankit-Matth, the test URL should point to a local instance, So you should focus on writing test suites for `https://localhost/` !
