摘要: It’s pretty likely that we’ll need to login as a particular user for many tests, let’s take our cy.request command and turn it into a custom command t 阅读全文
posted @ 2020-03-03 19:12 Zhentiw 阅读(323) 评论(0) 推荐(0)
摘要: Component: import { Component, OnInit } from "@angular/core"; import { TwainService } from "../twain.service"; import { Observable, of } from "rxjs"; 阅读全文
posted @ 2020-03-03 17:55 Zhentiw 阅读(501) 评论(0) 推荐(0)