Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Add a manual live-server smoke test suite

Abierto
#73 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
30/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Activo
Stack tecnológico
go
Área
cli, testing-qa

Línea de trabajo

Comienza con docs/confluence/ y la cobertura de pruebas existente de golden y --json para entender qué comportamientos de Confluence en vivo no se ejercitan. Define la suite mínima invocada manualmente en torno al ancho de página, la sincronización de adjuntos, los nombres de adjuntos aceptados y el renderizado de tablas publicadas. Se considera terminado cuando estén especificados la invocación, el manejo de credenciales y espacios personales, las medidas de protección, la limpieza, las aserciones y la exclusión de go test ./... y CI.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

enhancement

Add a test suite a developer runs by hand against a real Confluence server —
credentials from the usual CONFLUENCE_* resolution, pages created in a personal
space — covering a small, critical set of behaviour.

Why

The current suite proves what markfluence emits: the converter's goldens pin the
storage format, and the --json schema guards the output contract. Neither can
prove what Confluence does with what we send, and docs/confluence/
is explicit that this is where confident wrong conclusions come from — body.storage
shows only what was stored, never what takes effect. Several behaviours were
established by experiment and are currently protected by nothing but those notes:

  • page width living in two content properties, where writing one leaves the reader
    and the editor disagreeing;
  • attachment sync's checksum/recorded-path logic (skip, update, repair a mangled
    path) and the multipart charset requirement;
  • what attachment names Confluence accepts;
  • whether a published table keeps its layout, alignment, and highlight colours.

A suite that runs against a live server would turn those from documented
observations into something re-checkable when Atlassian changes behaviour.

Deliberately undecided

Nothing about the design is settled yet — to be worked out when this is picked up:

  • what it covers (which commands, which round trips, how minimal is minimal)
  • how it is invoked and how it is kept out of go test ./... and CI
  • how the target space and credentials are supplied
  • what guardrails and cleanup it needs, given it writes real pages
  • where the files live and what they assert against

Notes

Came up while fixing #18. Not urgent — parked for now.

Lenguaje dominante
Go
Estrellas
2
Forks
0
Merge medio
2 h 50 min
PR fusionados (30 d)
52

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de mozilla/markfluence

Todos los issues de mozilla/markfluence

Issues similares

Más issues de Go

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.