|
| 1 | +quartodoc: |
| 2 | + style: pkgdown |
| 3 | + dir: api/testing |
| 4 | + out_index: index.qmd |
| 5 | + package: shiny |
| 6 | + rewrite_all_pages: false |
| 7 | + sidebar: api/testing/_sidebar.yml |
| 8 | + dynamic: false |
| 9 | + renderer: |
| 10 | + style: _renderer.py |
| 11 | + show_signature_annotations: false |
| 12 | + sections: |
| 13 | + - title: UI Layouts |
| 14 | + desc: Methods for interacting with Shiny app multiple UI component controller. |
| 15 | + contents: |
| 16 | + - playwright.controller.Accordion |
| 17 | + - playwright.controller.AccordionPanel |
| 18 | + - playwright.controller.Card |
| 19 | + - playwright.controller.Popover |
| 20 | + - playwright.controller.Sidebar |
| 21 | + - playwright.controller.Tooltip |
| 22 | + - title: UI Inputs |
| 23 | + desc: Methods for interacting with Shiny app input value controller. |
| 24 | + contents: |
| 25 | + - playwright.controller.InputActionLink |
| 26 | + - playwright.controller.InputCheckbox |
| 27 | + - playwright.controller.InputCheckboxGroup |
| 28 | + - playwright.controller.InputDarkMode |
| 29 | + - playwright.controller.InputDate |
| 30 | + - playwright.controller.InputDateRange |
| 31 | + - playwright.controller.InputFile |
| 32 | + - playwright.controller.InputNumeric |
| 33 | + - playwright.controller.InputPassword |
| 34 | + - playwright.controller.InputRadioButtons |
| 35 | + - playwright.controller.InputSelect |
| 36 | + - playwright.controller.InputSelectize |
| 37 | + - playwright.controller.InputSlider |
| 38 | + - playwright.controller.InputSliderRange |
| 39 | + - playwright.controller.InputSwitch |
| 40 | + - playwright.controller.InputTaskButton |
| 41 | + - playwright.controller.InputText |
| 42 | + - playwright.controller.InputTextArea |
| 43 | + - title: Value boxes |
| 44 | + desc: Methods for interacting with Shiny app valuebox controller. |
| 45 | + contents: |
| 46 | + - playwright.controller.ValueBox |
| 47 | + - title: Navigation (tab) panels |
| 48 | + desc: Methods for interacting with Shiny app UI content controller. |
| 49 | + contents: |
| 50 | + - playwright.controller.NavItem |
| 51 | + - playwright.controller.NavsetBar |
| 52 | + - playwright.controller.NavsetCardPill |
| 53 | + - playwright.controller.NavsetCardTab |
| 54 | + - playwright.controller.NavsetCardUnderline |
| 55 | + - playwright.controller.NavsetHidden |
| 56 | + - playwright.controller.NavsetPill |
| 57 | + - playwright.controller.NavsetPillList |
| 58 | + - playwright.controller.NavsetTab |
| 59 | + - playwright.controller.NavsetUnderline |
| 60 | + - title: Upload and download |
| 61 | + desc: Methods for interacting with Shiny app uploading and downloading controller. |
| 62 | + contents: |
| 63 | + - playwright.controller.DownloadButton |
| 64 | + - playwright.controller.DownloadLink |
| 65 | + - title: Rendering outputs |
| 66 | + desc: Render output in a variety of ways. |
| 67 | + contents: |
| 68 | + - playwright.controller.OutputCode |
| 69 | + - playwright.controller.OutputDataFrame |
| 70 | + - playwright.controller.OutputImage |
| 71 | + - playwright.controller.OutputPlot |
| 72 | + - playwright.controller.OutputTable |
| 73 | + - playwright.controller.OutputText |
| 74 | + - playwright.controller.OutputTextVerbatim |
| 75 | + - playwright.controller.OutputUi |
| 76 | + - title: "Playwright Expect" |
| 77 | + desc: "Methods for testing the state of a locator within a Shiny app." |
| 78 | + contents: |
| 79 | + - playwright.expect.expect_to_change |
| 80 | + - playwright.expect.expect_attribute_to_have_value |
| 81 | + - playwright.expect.expect_to_have_class |
| 82 | + - playwright.expect.expect_not_to_have_class |
| 83 | + - playwright.expect.expect_to_have_style |
| 84 | + - title: "Pytest" |
| 85 | + desc: "Fixtures used for testing Shiny apps with Pytest." |
| 86 | + contents: |
| 87 | + - pytest.create_app_fixture |
| 88 | + - pytest.ScopeName |
| 89 | + - title: "Run" |
| 90 | + desc: "Methods for starting a local Shiny app in the background" |
| 91 | + contents: |
| 92 | + - run.run_shiny_app |
| 93 | + - run.ShinyAppProc |
0 commit comments