Automatic tests#43
Open
scoufal wants to merge 10 commits intoarnost00:masterfrom
Open
Conversation
- test login as tnov_4 - on dev configuration - uses web:10100 for internal and external access - web has to be assigned to 127.0.0.1 in host
- check is the defined routes can be opened - check all disallowed routes by no menu point active
- create training payrule for "Zakladní platba" - create new race - add users to the race - evaluate automatic payements - check the values
- documentation for development updated - code shared between test, autotest and dev - separate compose and config files - test on db without any payement rules and some test users
…nager - create generic payement and deposit by accountant - transfer money as member - transfer money as smallManager - storno payement as accountant - check balance after each operation
- book the changes suggested by wizard and check the member balances
- fixed oris races 9026 and 8971 - ensure participanst in members and register them for race - check evaluated payements - payements are not booked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reworked test and new dev and autotest environment.
No code base changes. The effective code base shall be moved in directory web later to have cleaner separation.
New environment with automatic tests with Playwright. The test are performed in separate container and do not affect other environments. The sources are shared.
Added some Playwright tests for login, access test and payement rules.
New full development environment uses docker container with Playwright, tests can be edited and started directly from visual studio code. Suitable for AI support, agents can start the tests as well.