Skip to content

Commit 105002e

Browse files
committed
Merge branch 'main' into chore/mega-linter
2 parents 7f36eee + e8f7800 commit 105002e

File tree

104 files changed

+10740
-20377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+10740
-20377
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
prism: {
6262
theme: lightCodeTheme,
6363
darkTheme: darkCodeTheme,
64-
additionalLanguages: ['csharp', 'fsharp', 'diff'],
64+
additionalLanguages: ['csharp', 'fsharp', 'diff', 'json', 'powershell'],
6565
},
6666
},
6767
presets: [

docs/package-lock.json

Lines changed: 0 additions & 15425 deletions
This file was deleted.

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^3.0.0",
18-
"@docusaurus/preset-classic": "^3.0.0",
19-
"@docusaurus/theme-search-algolia": "^3.0.0",
20-
"@mdx-js/react": "^3.0.0",
17+
"@docusaurus/core": "^3.3.2",
18+
"@docusaurus/preset-classic": "^3.3.2",
19+
"@docusaurus/theme-search-algolia": "^3.3.2",
20+
"@mdx-js/react": "^3.0.1",
2121
"@svgr/webpack": "^8.1.0",
22-
"clsx": "^1.1.1",
22+
"clsx": "^2.1.1",
2323
"file-loader": "^6.2.0",
24-
"prism-react-renderer": "^2.1.0",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0",
24+
"prism-react-renderer": "^2.3.1",
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1",
2727
"url-loader": "^4.1.1"
2828
},
2929
"browserslist": {

docs/pnpm-lock.yaml

Lines changed: 10415 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/preview/01-index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,24 @@ sidebar_position: 1
77
---
88

99
# Introduction
10-
The Arcus Testing library provides test-friendly capabilities to kick-start your test suite. Ranges from tech-independent infrastructure code to fully production-ready assertions. The library contains also Azure-related test fixtures to make interactions during testing more maintainable, testable and fun to write.
10+
Welcome to the Arcus Testing site! 🎉
1111

12-
## Guides
13-
* [Migrate from Testing Framework to Arcus.Testing v1.0](03-Guidance/migrate-from-testing-framework-to-arcus-testing-v1.0.mdx)
12+
## What is Arcus Testing?
13+
Arcus Testing is an umbrella term for a set of NuGet packages `Arcus.Testing.*` that help with the creation, maintenance, and defect localization of code testing.
1414

15-
# License
15+
> 🎖️ Specifically designed to help with integration testing against Azure resources, but also helps with tech-independent infrastructure.
16+
17+
In short: Arcus Testing is a set of libraries that make test more fun to write!
18+
19+
## Why should I use Arcus Testing?
20+
Testing is a fact of life. Writing those tests often comes with an effort to set up a test code infrastructure to interact with all the parts of the system.
1621

22+
Arcus Testing lessens the burden of re-creating the same boilerplate test code infrastructure for similar projects.
23+
24+
## How to use Arcus Testing?
25+
See our dedicated [getting started](02-getting-started.md) page to take your first steps with Arcus Testing.
26+
27+
# License
1728
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
1829

1930
_[Full license here](https://github.com/arcus-azure/arcus.testing/blob/master/LICENSE)_

docs/preview/02-Features/05-Messaging/eventhubs-messsage-pump.md

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)