Skip to content

Commit

Permalink
Adjusted readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gubpalma committed Aug 27, 2024
1 parent 91de474 commit 13c8512
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
# not-again
<<!--- SIREN_START -->
```mermaid
%%{init: {'theme':'neutral'}}%%
erDiagram
TestAssembly {
uniqueidentifier TestAssemblyId PK
nvarchar512 TestAssemblyName
nvarchar32 TestRunner
}
TestRecord {
uniqueidentifier TestRecordId PK
nvarchar256 ClassName
nvarcharmax DelimitedTestArguments
nvarchar256 FullName
bigint LastHash
nvarchar256 MethodName
uniqueidentifier TestAssemblyId FK
nvarchar256 TestName
}
TestRun {
uniqueidentifier TestRunId PK
int Result
datetime2 RunDate
uniqueidentifier TestRecordId FK
bigint TotalDuration
}
TestRecord}o--||TestAssembly : ""
TestRun}o--||TestRecord : ""
```
<!--- SIREN_END -->
p align="center">
<p align="center">
<img style="border-radius:10px;" width="400" src="https://github.com/user-attachments/assets/adc7e768-44fe-4965-8884-0f1ac9447bb0" />
</p>

@@ -87,7 +57,7 @@ sequenceDiagram
Note left of My Test: Skip the test
```


# Domain model

# Installation / usage
## Running the API

0 comments on commit 13c8512

Please sign in to comment.