http-backend-proxy
Version:
A proxy that allows configuring the AngularJs e2e $httpBackend service from within protractor based tests and enables protractor-to-browser data sharing.
37 lines (36 loc) • 593 B
CSS
.form {
border: solid 1px silver;
margin: 5px;
padding: 5px;
}
.request{
position: relative;
padding-top: 25px;
margin-bottom: 25px;
}
.request:after {
content: "Request";
position: absolute;
top: 3px;
left: 1px;
font-size: 12px;
font-weight: 700;
color: #bbb;
text-transform: uppercase;
letter-spacing: 1px;
}
.response{
position: relative;
padding-top: 25px;
}
.response:after {
content: "Response";
position: absolute;
top: 3px;
left: 1px;
font-size: 12px;
font-weight: 700;
color: #bbb;
text-transform: uppercase;
letter-spacing: 1px;
}