diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2024-03-13 22:37:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 22:37:18 +0900 |
| commit | 29f6ba6310e162d6e24c9075ddd6176c155a10e7 (patch) | |
| tree | 25b053df007fe66add8969a8704d393b18920e05 /cypress | |
| parent | refactor(backend): UserEntityService.packMany()の高速化 (#13550) (diff) | |
| download | misskey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.tar.gz misskey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.tar.bz2 misskey-29f6ba6310e162d6e24c9075ddd6176c155a10e7.zip | |
chore: add missing SPDX ID and workflow check (#13570)
* chore: add workflow which checks if SPDX ID exists
* chore: add missing SPDX ID in some files
* chore: change trigger condition
* chore: trigger on push
* lint
Diffstat (limited to 'cypress')
| -rw-r--r-- | cypress/e2e/basic.cy.js | 5 | ||||
| -rw-r--r-- | cypress/e2e/router.cy.js | 5 | ||||
| -rw-r--r-- | cypress/e2e/widgets.cy.js | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/cypress/e2e/basic.cy.js b/cypress/e2e/basic.cy.js index 604241d13c..d2525e0a7d 100644 --- a/cypress/e2e/basic.cy.js +++ b/cypress/e2e/basic.cy.js @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-License-Identifier: AGPL-3.0-only + */ + describe('Before setup instance', () => { beforeEach(() => { cy.resetState(); diff --git a/cypress/e2e/router.cy.js b/cypress/e2e/router.cy.js index 6de27be5f4..8d8fb3af31 100644 --- a/cypress/e2e/router.cy.js +++ b/cypress/e2e/router.cy.js @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-License-Identifier: AGPL-3.0-only + */ + describe('Router transition', () => { describe('Redirect', () => { // サーバの初期化。ルートのテストに関しては各describeごとに1度だけ実行で十分だと思う(使いまわした方が早い) diff --git a/cypress/e2e/widgets.cy.js b/cypress/e2e/widgets.cy.js index df6ec8357d..847801a69f 100644 --- a/cypress/e2e/widgets.cy.js +++ b/cypress/e2e/widgets.cy.js @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-License-Identifier: AGPL-3.0-only + */ + /* flaky describe('After user signed in', () => { beforeEach(() => { |