Jasmine Test?????????
?????minwei ???????[ 2017/1/19 15:12:41 ] ????????????????? ???????
before((request?? response) -> {
response.header("Access-Control-Allow-Origin"?? "http://localhost");
response.header("Access-Control-Allow-Credentials "?? "true");
response.header("Access-Control-Allow-Methods"?? "POST?? GET?? PUT?? DELETE?? OPTIONS");
response.header("Access-Control-Allow-Headers"??
"X-Requested-With?? X-HTTP-Method-Override?? Content-Type?? Accept");
});
????1. chrome ??????????????????? ?? open /Applications/Google Chrome.app/ --args --disable-web-security (?汾??49????????????--user-data-dir)
????2. ???????????
????3. ?????????????html ?????url
????4. ????ajax????????????? settimeout ?ж?????
????5. ???????ajax??????xmapp???????
????ex??
describe("??????????"?? function() {
var data;
beforeEach(function() {
b2cCustomerLogin();
var currentUrl = url;
var params = {
name: test_name??
province: test_province??
city: test_city??
address : test_address??
telephone : test_telephone
}
data = ajaxReq(currentUrl?? params);
});
afterEach(function() {
});
it("create promotion success"?? function() {
expect(data.status).toEqual(1);
});
});
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11