Build Your Own Test Framework

Build Your Own Test Framework

A Practical Guide to Writing Better Automated Tests

Irvine, Daniel

APress

03/2023

269

Mole

Inglês

9781484292464

15 a 20 dias

Descrição não disponível.
Chapter 1: Creating an NPM Package of My Very Own.- Chapter 2: Building it to Define a Test.- Chapter 3: Grouping Tests with Describe.- Chapter 4: Promoting Conciseness with BeforeEach and AfterEach.- Chapter 5: Improving Legibility with Expect.- Chapter 6: Formatting Expectation Errors.- Chapter 7. Automatically Discovering Test Files.- Chapter 8: Focusing on Tests with It.Only and Describe.Only.- Chapter 9: Supporting Asynchronous Tests.- Chapter 10: Reporting.- Chapter 11: Sharing Behavior with it.BehavesLike.- Chapter 12: Tagging Tests.- Chapter 13 : Skipping Tests.- Chapter 14 : Randomizing Tests.- Chapter 15. Understanding test doubles.- Chapter 16. Module Mocks.
Este título pertence ao(s) assunto(s) indicados(s). Para ver outros títulos clique no assunto desejado.
Unit Test;Automated Testing;Jest;JavaScript;RSpec;asynchronous tests;test doubles