Skip to content

Commit

Permalink
Adding separate automated testing topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 20, 2023
1 parent 2890f6b commit 7d015d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CoreLibrary/Training/ModuleDevelopmentAndApis/AutomatedTesting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Automated testing in Orchard Core

- Writing unit tests with help of the [Lombiq Testing Toolbox](https://github.com/Lombiq/Testing-Toolbox).
- Writing UI tests with the help of [Lombiq UI Testing Toolbox](https://github.com/Lombiq/UI-Testing-Toolbox).

Time requirement: 2h 0m

Dependencies: [Basic techniques in module development](BasicTechniquesInModuleDevelopment)

Parent topic: [Module development and APIs](./)
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Complementary topics in module development

- Writing unit tests with help of the [Lombiq Testing Toolbox](https://github.com/Lombiq/Testing-Toolbox) and UI tests with the help of [Lombiq UI Testing Toolbox](https://github.com/Lombiq/UI-Testing-Toolbox).
- Middlewares
- Integrating with client-side build pipelines using [Lombiq NPM MSBuild Targets](https://github.com/Lombiq/NPM-Targets) and [Lombiq Node.js Extensions](https://github.com/Lombiq/NodeJs-Extensions).

Expand Down
1 change: 1 addition & 0 deletions CoreLibrary/Training/ModuleDevelopmentAndApis/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ The below topics are the core of what an Orchard developer should know. Other, l
- [Developing custom content](DevelopingCustomContent)
- [Intermediate techniques in module development](IntermediateTechniquesInModuleDevelopment)
- [Advanced techniques in module development](AdvancedTechniquesInModuleDevelopment)
- [Automated testing](AutomatedTesting)
- [Complementary topics of module development](ComplementaryTopicsInModuleDevelopment)

0 comments on commit 7d015d2

Please sign in to comment.