oxygenhq / oxygen

Automation framework for Web & Mobile applications
GNU General Public License v3.0
42 stars 12 forks source link

test instability #142

Open wokier opened 3 years ago

wokier commented 3 years ago

After several months, we had some instability (around 1 fail every 5 run) for a test scenario that was quite long in term of steps (~100). The only workaround we found was to split the test in 2. So i suspect there is a glitch, a memory leak or something that prevent to have long tests.

wokier commented 2 years ago

We are still experiencing this.

erandame commented 2 years ago

Hi Francois,

What version of Oxygen do you have? Could you send an example of the code you are running?

wokier commented 2 years ago

We use use oxygen since 1.7.2 and are now in 1.19.1 The project is written in Angular 8. Sorry, I cannot provide a sample nor create a sample project.