Skip to content

Merge pull request #20 from coldbox-templates/dependabot/github_actio… #15

Merge pull request #20 from coldbox-templates/dependabot/github_actio…

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

17 tests  ±0   17 ✅ ±0   1s ⏱️ ±0s
 4 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit f6c80b3. ± Comparison against earlier commit d7caef6.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions 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