Valentina (Cupać) Jemuović
Valentina (Cupać) Jemuović
Instead of running mutation testing on `build.job` inside `ci.yaml`, make it part of a separate job, so that it can be run ad-hoc.
Ticket #74 (REST API - Contract Testing) cannot be completed yet because of authentication. There are limited options regarding Pact and authentication, possibilities such as modifying the request https://docs.pact.io/provider/handling_auth However,...
Currently, all the strings in the `ValidationMessages` class are hardcoded, switch to multi-language setup.
In the file ci.yaml we have environment variables, hard-coded values. Consider perhaps usage of secrets? https://www.paigeniedringhaus.com/blog/use-secret-environment-variables-in-git-hub-actions
### Discussed in https://github.com/valentinacupac/banking-kata-java/discussions/54 Originally posted by **ldauvilaire** August 23, 2022 Storage (i.e. Database) transactions have to be managed or else data integrity can be broken in case of access...
See the classes done with Entity Framework: - Source: https://github.com/valentinacupac/banking-kata-dotnet/blob/main/src/Optivem.Kata.Banking.Infrastructure/BankAccountRepository.cs - Test: https://github.com/valentinacupac/banking-kata-dotnet/blob/main/test/Optivem.Kata.Banking.Infrastructure.Test/BankAccountRepositoryTest.cs Do the same thing for Redis, just add Redis prefix, e.g. additional files: - RedisBankAccountRepository - RedisBankAccountRepositoryTest
Currently, as can be seen in README.md, we are manually having to setup the database. We could switch to Docker instead.
See the classes done with Entity Framework: - Source: https://github.com/valentinacupac/banking-kata-dotnet/blob/main/src/Optivem.Kata.Banking.Infrastructure/BankAccountRepository.cs - Test: https://github.com/valentinacupac/banking-kata-dotnet/blob/main/test/Optivem.Kata.Banking.Infrastructure.Test/BankAccountRepositoryTest.cs Do the same thing for MongoDB, just add MongoDb prefix, e.g. additional files: - MongoDbBankAccountRepository - MongoDbBankAccountRepositoryTest
### SpecFlow Version: - [x] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0 - [ ] 1.9...
Hi, I have an account on GiBook, and I followed instructions Uploaded cover.jpg Updated book.json with the following ``` { "title": "Title", "author": "Author", "plugins": ["autocover"], "pluginsConfig": { "autocover": {...