()
| 52 | } |
| 53 | |
| 54 | async run() { |
| 55 | |
| 56 | await this.info() |
| 57 | if (this.ckStatus == true) { |
| 58 | await this.signIn() |
| 59 | await this.contentsList() |
| 60 | for (let articleId of this.articleIdList) { |
| 61 | await this.taskShare(articleId) |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | |
| 66 | } |
| 67 | |
| 68 | async signIn() { |
| 69 | let options = { |
no test coverage detected