Skip to content

Commit

Permalink
feat: 添加模拟用户活跃功能
Browse files Browse the repository at this point in the history
  • Loading branch information
iDerekLi committed Jan 12, 2023
1 parent d1cfac0 commit 8072f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflows/checkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ class CheckIn {
console.log(`SDK状态: ${this.calledSdkSetting ? "加载成功" : "加载失败"}`);
console.log(`成长API事件埋点: ${this.calledTrackGrowthEvent ? "调用成功" : "调用失败"}`);
console.log(`OnLoad事件埋点: ${this.calledTrackOnloadEvent ? "调用成功" : "调用失败"}`);
console.log("-------------------------");

console.log("------浏览器模拟访问-------");
try {
await browser.visitJuejinPage("/user/center/signin", this.cookie);
console.log("掘金每日签到:页面访问成功");
Expand Down

0 comments on commit 8072f9e

Please sign in to comment.