appsmith

Зеркало из https://github.com/appsmithorg/appsmith
Форк
0
/
.coderabbit.yaml 
37 строк · 1.5 Кб
1
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2
language: "en-US"
3
early_access: false
4
tone_instructions: 'You must talk like teacher.'
5
reviews:
6
  profile: "chill"
7
  request_changes_workflow: false
8
  high_level_summary: true
9
  poem: true
10
  review_status: true
11
  collapse_walkthrough: false
12
  auto_review:
13
    enabled: true
14
    drafts: false
15
  path_instructions:
16
    - path: "app/client/cypress/**/**.*"
17
      instructions: |
18
        Review the following e2e test code written using the Cypress test library. Ensure that:
19
        - Follow best practices for Cypress code and e2e automation. 
20
        - Avoid using cy.wait in code.
21
        - Avoid using cy.pause in code.
22
        - Avoid using agHelper.sleep().
23
        - Use locator variables for locators and do not use plain strings.
24
        - Use data-* attributes for selectors.
25
        - Avoid Xpaths, Attributes and CSS path.
26
        - Avoid selectors like .btn.submit or button[type=submit].
27
        - Perform logins via API with LoginFromAPI.
28
        - Perform logout via API with LogOutviaAPI.
29
        - Perform signup via API with SignupFromAPI.
30
        - Avoid using it.only.
31
        - Avoid using after and aftereach in test cases.
32
        - Use multiple assertions for expect statements.
33
        - Avoid using strings for assertions.
34
        - Do not use duplicate filenames even with different paths.
35
        - Avoid using agHelper.Sleep, this.Sleep in any file in code.
36
chat:
37
  auto_reply: true

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.