Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
gicastel committed Dec 28, 2022
1 parent c46a9ce commit 46d0ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A simple, cross platform, command line tool to test MSSQL procedures without the needs of a SSDT project or custom procedures / assemblies.

Define your own YAML file with before / after scripts (inline or external text files), input parameters and you can verify:
- Result sets column names, column order, column types and row number
- Result sets column names, column types, row number and valiues
- Output parameters type and value
- Return code value
- Custom asserts in the form of a SQL query returning a scalar value
Expand Down Expand Up @@ -42,7 +42,7 @@ docker run --rm -t \
```

### Bundle container
This container contains ( ;-) ) Microsoft SQL Server 2019 *and* qest executables, so you can deploy the database and run tests in a pristine environment.
This container contains ( ;-) ) Microsoft SQL Server 2022 *and* qest executables, so you can deploy the database and run tests in a pristine environment.
You need to provide:
- the `dacpac` file of your database: the folder containing it wil be mounted on the `/db` container folder
- the YAML files: the folder containing them wil be mounted on the `/tests` container folder
Expand Down

0 comments on commit 46d0ece

Please sign in to comment.