1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Set order for Angular 8 tests

Discussão em 'Angular' iniciado por Andriy Lozynskiy, Setembro 10, 2024.

  1. One of my tests fails randomly. I want to set some order for debugging as by default tests run randomly with seed. I tried to set seed number in karma.conf.js or set random: false but no effect. I use default test configuration and run test with ng test. My changes in karma.conf.js:

    client: {
    ...
    random: false,
    //or
    seed: '71384'
    ...
    }

    Continue reading...

Compartilhe esta Página