Arquisoft / InciManager_i2b

InciManager_i2b
MIT License
1 stars 2 forks source link

Cucumber #55

Closed carmee-en closed 6 years ago

carmee-en commented 6 years ago

Tests implemented:

For non-sensors agents I tried to make the user log in and access the incident creation form before posting the incident (commented part in the_agent_with_username_and_password_posts_an_incident of ReportIncidentSteps). The problem is it is giving http status 404 on both of the url acceses...

I have reviewed it a 100 times already and I can't find why that is happening. Please give it a look and tell me what you think.

codecov[bot] commented 6 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.99%. The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #55      +/-   ##
============================================
+ Coverage     87.96%   88.95%   +0.99%     
- Complexity      188      195       +7     
============================================
  Files            25       25              
  Lines           515      525      +10     
  Branches         59       65       +6     
============================================
+ Hits            453      467      +14     
+ Misses           43       38       -5     
- Partials         19       20       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/uniovi/entities/AgentInfo.java 92.15% <80%> (+6.79%) 25 <0> (+6) :arrow_up:
...a/com/uniovi/services/InsertSampleDataService.java 94.11% <0%> (+5.88%) 3% <0%> (+1%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02b4b15...d8f4f2e. Read the comment docs.

carmee-en commented 6 years ago

Partial implementation of #49