Merge pull request #20 from coldbox-templates/dependabot/github_actio… #15
GitHub Actions / adobe@2018 Test Results
succeeded
Sep 4, 2024 in 0s
All 17 tests pass in 1s
Annotations
Check notice on line 0 in .github
github-actions / adobe@2018 Test Results
17 tests found
There are 17 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.integration.AuthTests ‑ RESTFul Authentication Story: I want to authenticate a user and receive a JWT token Given a valid username and password Then I will be authenticated and will receive the JWT token
tests.specs.integration.AuthTests ‑ RESTFul Authentication Story: I want to authenticate a user and receive a JWT token Given invalid username and password Then I will receive a 401 exception
tests.specs.integration.AuthTests ‑ RESTFul Authentication Story: I want to be able to logout from the system using my JWT token Given a valid incoming jwt token Then my token should become invalidated and I will be logged out
tests.specs.integration.AuthTests ‑ RESTFul Authentication Story: I want to be able to logout from the system using my JWT token Given an invalid incoming jwt token Then I should see an error message
tests.specs.integration.AuthTests ‑ RESTFul Authentication Story: I want to register into the system Given invalid registration details Then I should get an error message
tests.specs.integration.AuthTests ‑ RESTFul Authentication Story: I want to register into the system Given valid registration details Then I should register, log in and get a token
tests.specs.integration.EchoTests ‑ My RESTFUl Service can handle an echo
tests.specs.integration.EchoTests ‑ My RESTFUl Service can handle global exceptions
tests.specs.integration.EchoTests ‑ My RESTFUl Service can handle missing actions
tests.specs.unit.UserServiceTest ‑ UserService can be created
tests.specs.unit.UserServiceTest ‑ UserService can get a new mock user with invalid id
tests.specs.unit.UserServiceTest ‑ UserService can get a new mock user with invalid username
tests.specs.unit.UserServiceTest ‑ UserService can get a valid mock user by id
tests.specs.unit.UserServiceTest ‑ UserService can get a valid mock user by username
tests.specs.unit.UserServiceTest ‑ UserService can validate invalid credentials
tests.specs.unit.UserServiceTest ‑ UserService can validate valid credentials
tests.specs.unit.UserTest ‑ A User can be created
Loading