Lets Talk about...

 

Lets Talk about...

integration tests

What are we going to talk about?

What are we going to talk about

What tools do we need

What tools do we need

Github

JavaScript/Node.js/npm/TypeScript

Node.js/npm

Jest

What is test/kinds of tests

it('should add 1 + 2 and get 3', () => {
 const result = 1 + 2;
 expect(result).toBe(3);
});

Kinds of tests

Integration testing

Graphql - api connection

Graphql

What are we going to test

Test parts

interactive part

That's all for today

Questions?