diff --git a/README.md b/README.md index f648db9..cf80d7b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ If you would like to propose a challenge, this project is open source, so feel f - +
Thomas Laforge
Thomas Laforge

30 🧩
Thomas Laforge
Thomas Laforge

31 🧩
diff --git a/README.test.md b/README.test.md new file mode 100644 index 0000000..01b86ba --- /dev/null +++ b/README.test.md @@ -0,0 +1,38 @@ +

+ +

+ +

Collection of Angular TESTING challenges

+ +
+ +## Intro + +This project has been created with two purposes: + +- The first purpose is to assist you in becoming better at Testing using **Testing Library** and **Cypress Component Testing**. 💪 +- The second purpose is to share best practices and different implementations of the same problem to gain diverse perspectives. 📖 + +Thanks to all these challenges, you will learn how to create **Integration Tests** to test your UI. The goal is to test your component/application as a black box, just as an end user or developer would do. + +> **Learning by reading is good but learning by doing is better.** + +## Testing Challenges + +> Click the following badges to join your next challenge. +> +> Easy challenge +> Easy challenge +> Easy challenge + +
+testing + +router outlet TestingTesting a small application with a router +nested component Testing Testing a parent component with Child components +input output TestingTesting a presentational component by setting Inputs and listening to the Outputs +modal TestingTesting a modal +harness TestingTesting using Component Harnesses +Create harnessCreating a custom Component Harness and Testing your application by using this harness +Test a simple checkboxTesting a very simple checkbox +Test a real applicationTesting a real-life application by creating test double on Http request and handling all asynchronous part