Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

There's a way to export the result of the unit test in visual studio code?

$
0
0

I have this test in adonis.js - node.js:

test('realiza login com o usuário registrado', async ({ client }) => {
  const response = await client
    .post('login')
    .send({
      username: 'usuarioteste',
      password: 'usuarioteste'
    })
    .end()

    response.assertStatus(200)

})

When i run adonis test i receive:

  Usuario
superagent: Enable experimental feature http2
    ✓ make a register (411ms)
    ✓ login (132ms)

   PASSED 

  total       : 2
  passed      : 2
  time        : 903ms

There's a way to export this log to a external file?


Viewing all articles
Browse latest Browse all 97371

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>