Add native config yaml
3 files changed
+33
-9
067295ed
→
1c2fedb1
added .radicle/native.yaml
@@ -0,0 +1,31 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified playwright.config.ts
@@ -4,10 +4,9 @@ import { devices } from "@playwright/test";
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -17,7 +16,7 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/visual/desktop/markdown.spec.ts
@@ -5,7 +5,6 @@ async function goToSection(section: string, page: Page) {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -19,7 +18,6 @@ test.describe("markdown rendering basics", async () => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -118,7 +116,6 @@ test("footnotes", async ({ page }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -148,7 +145,6 @@ test("math", async ({ page }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -156,7 +152,6 @@ test("relative image not able to being loaded", async ({ page }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -169,7 +164,6 @@ test("markdown in issues is not overflowing", async ({ page }) => {
|
|
|
|
|
|
| - | |
|
|
|
|
|