— Or
describe("two plus two",
() => it("should equal four",
() => expect(2+2).toBe(4)
)
);
— What about testcafe , cucumber, codeceptjs, .... ?
— I want to mimic the user interactions with my software, did you did this type of tests ?
— Oh, you mean that kind of testing.
— I use Circonus and Catchpoint
— Do you have any tutorial , about how to use them , to test spa ?