smashtest.io

Revisión web de smashtest.io

Smashtest

 Generado el 02 Marzo 2026 16:11 PM

Resultados antiguos? ACTUALIZAR !

La puntuación es 38/100

Contenido SEO

Título

Smashtest

Longitud : 9

Preferiblemente, tu título debería contener entre 10 y 70 caracteres (espacios incluidos). Usa esta herramienta gratuita para calcular la longitud del texto.

Descripción

Longitud : 0

Muy mal. No hemos encontrado descripción meta en tu página. Usa este generador online gratuito para crear la descripción.

Palabras Claves (Keywords)

Muy mal. No hemos encontrado palabras clave (meta keywords) en tu página. Usa este generador de meta tags gratuito para crear tus palabras clave.

Propiedades Meta Og

Esta página no usa etiquetas Og. Estas etiquetas permiten a los rastreadores sociales estructurar mejor tu página. Usa este generador de etiquetas og gratuito para crearlas.

Titulos

H1 H2 H3 H4 H5 H6
49 0 161 123 0 0
  • [H1] Smashtest • Generate tests fast
  • [H1] Getting Started
  • [H1] Setup
  • [H1] Writing your first test
  • [H1] Debug and learn
  • [H1] Basic language syntax
  • [H1] Examples
  • [H1] Lessons
  • [H1] Running Tests
  • [H1] Command-line options
  • [H1] Selective test running
  • [H1] CI/CD integration
  • [H1] Reports
  • [H1] Language
  • [H1] Step blocks
  • [H1] Textual steps (-)
  • [H1] Functions (*, **)
  • [H1] Variables
  • [H1] Code blocks
  • [H1] Code reference
  • [H1] Sequential (..)
  • [H1] Non-parallel (!, !!)
  • [H1] Comments
  • [H1] Groups and freq (#)
  • [H1] Conditional tests
  • [H1] Skipping (-, -s, .s, $s)
  • [H1] Collapsing (+, +?)
  • [H1] Only ($)
  • [H1] Debug (~, ~~)
  • [H1] Hooks (***)
  • [H1] UI Testing
  • [H1] Browsers and devices
  • [H1] Capabilities
  • [H1] Browser steps
  • [H1] Verify steps
  • [H1] Network conditions and throttling
  • [H1] Mocking time and geolocation
  • [H1] Mocking APIs
  • [H1] ElementFinders
  • [H1] Default ElementFinder props
  • [H1] Screenshots
  • [H1] Code reference
  • [H1] API Testing
  • [H1] Request
  • [H1] Response and verify
  • [H1] REPL
  • [H1] Packages
  • [H1] Contact Us
  • [H1] Not Found
  • [H3] Smashtest is an open-source tool and language for rapidly generating tests.
  • [H3] Screenshots
  • [H3] Sample test
  • [H3] Support, Training, and Testing
  • [H3] 1. Install NodeJS
  • [H3] 2. Install Selenium Webdriver (if you're doing web UI testing)
  • [H3] 3. Install Smashtest
  • [H3] 4. Install a grammar (highly recommended)
  • [H3] Here's what to do
  • [H3] So what did I just do?
  • [H3] So let's add a branch!
  • [H3] Try this debugging technique...
  • [H3] Development technique
  • [H3] Examples
  • [H3] Branches
  • [H3] Step blocks
  • [H3] Sequential
  • [H3] Textual steps
  • [H3] Code blocks
  • [H3] Functions
  • [H3] Variables
  • [H3] Multi-level step blocks
  • [H3] ElementFinders
  • [H3] Web UI
  • [H3] REST API
  • [H3] How to read and run
  • [H3] Command line
  • [H3] Ordering of branches
  • [H3] Headless
  • [H3] Command-line flags vs. config file
  • [H3] List of options
  • [H3] More memory
  • [H3] -s
  • [H3] Only modifier ($)
  • [H3] Groups
  • [H3] Frequency
  • [H3] Test server
  • [H3] Report server
  • [H3] Flakiness
  • [H3] Exit codes
  • [H3] No debug
  • [H3] Location
  • [H3] Failed branches
  • [H3] Colors
  • [H3] What's in a name?
  • [H3] Custom reporting
  • [H3] Performance constraints
  • [H3] Indents
  • [H3] Blank lines
  • [H3] Scope
  • [H3] Modifiers
  • [H3] Simple step blocks
  • [H3] Multi-level step blocks
  • [H3] With code blocks
  • [H3] Sequential
  • [H3] Uses
  • [H3] Recommended test structure
  • [H3] Function calls
  • [H3] Function declarations
  • [H3] Patterns
  • [H3] Rules for matching calls to declarations
  • [H3] Using
  • [H3] Setting
  • [H3] Types
  • [H3] Inside a code block
  • [H3] Lookahead (:)
  • [H3] Types
  • [H3] Modifiers
  • [H3] Await
  • [H3] Prev
  • [H3] Variables
  • [H3] Timeouts
  • [H3] Errors
  • [H3] c()
  • [H3] dir()
  • [H3] g()
  • [H3] getGlobal()
  • [H3] getLocal()
  • [H3] getPersistent()
  • [H3] i()
  • [H3] l()
  • [H3] log()
  • [H3] p()
  • [H3] runInstance
  • [H3] setGlobal()
  • [H3] setLocal()
  • [H3] setPersistent()
  • [H3] setStepTimeout()
  • [H3] .. above a step block
  • [H3] .. on a step
  • [H3] !
  • [H3] !!
  • [H3] Standard use
  • [H3] Comments ignore whole lines
  • [H3] Inside code blocks
  • [H3] Groups
  • [H3] Frequency
  • [H3] If step
  • [H3] If browser is...
  • [H3] If viewport is...
  • [H3] Skip one step
  • [H3] Skip all branches passing through a step
  • [H3] Skip step and all steps below
  • [H3] Collapse (+)
  • [H3] Hidden (+?)
  • [H3] One $
  • [H3] Multiple $'s at different indents
  • [H3] Multiple $'s with the same parent
  • [H3] On a function declaration
  • [H3] With ~'s
  • [H3] Debug modifier (~)
  • [H3] Express debug modifier (~~)
  • [H3] Debug flag
  • [H3] What's a hook?
  • [H3] Types
  • [H3] Where should setup and teardown logic go?
  • [H3] Open a browser
  • [H3] Set viewport size
  • [H3] Set device type
  • [H3] Usage examples
  • [H3] Set custom capabilities
  • [H3] Set custom options
  • [H3] Interact
  • [H3] Set
  • [H3] Navigate
  • [H3] Window
  • [H3] Alerts
  • [H3] Wait
  • [H3] Cookies and storage
  • [H3] Print and log
  • [H3] Verify
  • [H3] Wait until
  • [H3] Assert
  • [H3] Time
  • [H3] Geolocation
  • [H3] Stop
  • [H3] String response
  • [H3] JSON response
  • [H3] Detailed response
  • [H3] Function response
  • [H3] Regex endpoint
  • [H3] Stop mocks
  • [H3] Configure
  • [H3] What's an ElementFinder?
  • [H3] Props
  • [H3] Counters
  • [H3] Child elements
  • [H3] Element array
  • [H3] Finding elements
  • [H3] ElementFinder props
  • [H3] Executing JS in browser
  • [H3] browser
  • [H3] Mocking
  • [H3] Simple example
  • [H3] Matching in response.verify()
  • [H3] Comparer
  • [H3] What's a REPL?
  • [H3] Command list
  • [H3] Make a package
  • [H3] Use a package
  • [H3] Promote
  • [H4] Option 1: Webdriver manager
  • [H4] Option 2: Manual install
  • [H4] Option 3: Cloud service or Grid
  • [H4] Atom
  • [H4] VSCode
  • [H4] --debug=[hash]
  • [H4] --groups=[value] or --groups="group1,group2+group3"
  • [H4] --g:[name]=[value]
  • [H4] --headless=[true/false]
  • [H4] --help or -?
  • [H4] --max-parallel=[N]
  • [H4] --max-screenshots=[N]
  • [H4] --min-frequency=[high/med/low]
  • [H4] --no-debug
  • [H4] --output-errors=[true/false]
  • [H4] --p:[name]=[value]
  • [H4] --random=[true/false]
  • [H4] --recursive
  • [H4] --repl or -r
  • [H4] --report-domain=[domain or domain:port]
  • [H4] --report-history=[true/false]
  • [H4] --report-path="[absolute path]"
  • [H4] --report-server=[true/false]
  • [H4] --screenshots=[true/false]
  • [H4] --skip-passed=[true/false/filename], -s, -a
  • [H4] --step-data=[all/fail/none]
  • [H4] --test-server=[url]
  • [H4] --version or -v
  • [H4] Anon
  • [H4] Named
  • [H4] Public
  • [H4] With inputs
  • [H4] With brackets
  • [H4] With code block
  • [H4] Multiple branches
  • [H4] Declarations inside declarations (calling in context)
  • [H4] Gherkin
  • [H4] {var} = F
  • [H4] Private
  • [H4] Hooks
  • [H4] Encapsulating and refactoring
  • [H4] Organizing
  • [H4] Dividing a single declaration into multiple files
  • [H4] "On" pattern
  • [H4] Enforce permutations
  • [H4] Simple case
  • [H4] Matching multiple declarations
  • [H4] Making vars available below
  • [H4] Making funcs available below
  • [H4] Equivalents
  • [H4] Calls to itself
  • [H4] {var} = 'str'
  • [H4] {var} = Func with code block
  • [H4] {var} = Func with branches
  • [H4] {Global}
  • [H4] {{Local}}
  • [H4] Persistent
  • [H4] Getting
  • [H4] Setting
  • [H4] Normal error
  • [H4] Error.continue
  • [H4] Error.fatal
  • [H4] Stack traces
  • [H4] Simple case
  • [H4] Function calls as step block members
  • [H4] Simple case
  • [H4] With a step block
  • [H4] With a function call
  • [H4] Inside a function declaration
  • [H4] -s (recommended)
  • [H4] -
  • [H4] //
  • [H4] $s
  • [H4] .s
  • [H4] //
  • [H4] // on step block member
  • [H4] Before Every Branch
  • [H4] After Every Branch
  • [H4] Before Every Step
  • [H4] After Every Step
  • [H4] Before Everything
  • [H4] After Everything
  • [H4] Setting
  • [H4] Matching rules
  • [H4] Implicit visible prop
  • [H4] Not
  • [H4] Simple example
  • [H4] Multi-level with counters
  • [H4] Any order
  • [H4] Matching children
  • [H4] Implicit body
  • [H4] $()
  • [H4] $$()
  • [H4] not$()
  • [H4] str()
  • [H4] props()
  • [H4] propsAdd()
  • [H4] propsClear()
  • [H4] executeScript()
  • [H4] executeAsyncScript()
  • [H4] browser
  • [H4] browser.driver
  • [H4] mockTime()
  • [H4] mockLocation()
  • [H4] mockHttp()
  • [H4] mockHttpConfigure()
  • [H4] mockTimeStop()
  • [H4] mockLocationStop()
  • [H4] mockHttpStop()
  • [H4] mockStop()
  • [H4] injectSinon()
  • [H4] request()
  • [H4] get()
  • [H4] post()
  • [H4] put()
  • [H4] patch()
  • [H4] del()
  • [H4] head()
  • [H4] options()
  • [H4] api.defaults()
  • [H4] Cookies
  • [H4] Basic rules
  • [H4] Special matching

Imagenes

Hemos encontrado 57 imágenes en esta web.

57 atributos alt están vacios o no existen. Agrega texto alternativo para que los motores de búsqueda puedan entender las imágenes.

Ratio Texto/HTML

Ratio : 72%

El ratio entre texto y código HTML de esta página es mayor que el 70 por ciento, lo que significa que la página corre el riesgo de ser considerada spam.

Flash

Perfecto, no se ha detectado contenido Flash en la página.

Iframe

Genial, no se han detectado Iframes en la página.

Reescritura URL

Bien. Tus enlaces parecen amigables

Guiones bajos en las URLs

Perfecto! No hemos detectado guiones bajos en tus URLs

Enlaces en página

Hemos encontrado un total de 93 enlaces incluyendo 6 enlace(s) a ficheros

Ancla Tipo Jugo
Welcome Interna Pasando Jugo
Getting Started Interna Pasando Jugo
Setup Interna Pasando Jugo
Writing your first test Interna Pasando Jugo
Debug and learn Interna Pasando Jugo
Basic language syntax Interna Pasando Jugo
Examples Interna Pasando Jugo
Lessons Interna Pasando Jugo
Running Tests Interna Pasando Jugo
Command-line options Interna Pasando Jugo
Selective test running Interna Pasando Jugo
CI/CD integration Interna Pasando Jugo
Reports Interna Pasando Jugo
Language Interna Pasando Jugo
Step blocks Interna Pasando Jugo
Textual steps (-) Interna Pasando Jugo
Functions (*, **) Interna Pasando Jugo
Variables Interna Pasando Jugo
Code blocks Interna Pasando Jugo
Code reference Interna Pasando Jugo
Sequential (..) Interna Pasando Jugo
Non-parallel (!, !!) Interna Pasando Jugo
Comments Interna Pasando Jugo
Groups and freq (#) Interna Pasando Jugo
Conditional tests Interna Pasando Jugo
Skipping (-, -s, .s, $s) Interna Pasando Jugo
Collapsing (+, +?) Interna Pasando Jugo
Only ($) Interna Pasando Jugo
Debug (~, ~~) Interna Pasando Jugo
Hooks (***) Interna Pasando Jugo
UI Testing Interna Pasando Jugo
Browsers and devices Interna Pasando Jugo
Capabilities Interna Pasando Jugo
Browser steps Interna Pasando Jugo
Verify steps Interna Pasando Jugo
Network conditions and throttling Interna Pasando Jugo
Mocking time and geolocation Interna Pasando Jugo
Mocking APIs Interna Pasando Jugo
ElementFinders Interna Pasando Jugo
Default ElementFinder props Interna Pasando Jugo
Screenshots Interna Pasando Jugo
Code reference Interna Pasando Jugo
API Testing Interna Pasando Jugo
Request Interna Pasando Jugo
Response and verify Interna Pasando Jugo
REPL Interna Pasando Jugo
Packages Interna Pasando Jugo
Contact Us Interna Pasando Jugo
NodeJS Externo Pasando Jugo
Java Externo Pasando Jugo
webdriver-manager Externo Pasando Jugo
selenium-standalone Externo Pasando Jugo
Chrome Externo Pasando Jugo
Firefox Externo Pasando Jugo
Edge Externo Pasando Jugo
IE Externo Pasando Jugo
PATH Externo Pasando Jugo
selenium standalone Externo Pasando Jugo
grid page Externo Pasando Jugo
Download Atom Externo Pasando Jugo
Smashtest package Externo Pasando Jugo
Download VSCode Externo Pasando Jugo
Smashtest extension Externo Pasando Jugo
this UI test example Externo Pasando Jugo
this API test example Externo Pasando Jugo
WebDriver object Externo Pasando Jugo
what's being tested Externo Pasando Jugo
what's being tested Externo Pasando Jugo
glob Externo Pasando Jugo
await Externo Pasando Jugo
chai's Externo Pasando Jugo
RunInstance Externo Pasando Jugo
Runner Externo Pasando Jugo
Tree Externo Pasando Jugo
Branch Externo Pasando Jugo
Step Externo Pasando Jugo
withCapabilities(CLOSEP Externo Pasando Jugo
list of keys Externo Pasando Jugo
object Externo Pasando Jugo
sinon's page Externo Pasando Jugo
WebElement Externo Pasando Jugo
BrowserInstance Externo Pasando Jugo
fake timers Externo Pasando Jugo
fake server options Externo Pasando Jugo
sinon Externo Pasando Jugo
request's documentation Externo Pasando Jugo
npm package Externo Pasando Jugo
Gitter Externo Pasando Jugo
GitHub Externo Pasando Jugo
NPM Externo Pasando Jugo
LinkedIn Externo Pasando Jugo
Twitter Externo Pasando Jugo
Facebook Externo Pasando Jugo

Palabras Clave SEO

Nube de Palabras Clave

run smashtest step test browser jskeywordawait function open verify mod

Consistencia de las Palabras Clave

Palabra Clave (Keyword) Contenido Título Palabras Claves (Keywords) Descripción Titulos
step 171
run 131
browser 114
open 109
function 93

Usabilidad

Url

Dominio : smashtest.io

Longitud : 12

Favicon

Genial, tu web tiene un favicon.

Imprimibilidad

No hemos encontrado una hoja de estilos CSS para impresión.

Idioma

No has especificado un idioma. Usa este generador de meta tags gratuito para declarar el idioma de tu sitio.

Dublin Core

Esta página no usa Dublin Core.

Documento

Tipo de documento (Doctype)

Falta tipo de documento (doctype)

Codificación

No has especificado la codificación del documento. Usa este generador de etiqueta meta gratuito para declarar la codificación del documento.

Validez W3C

Errores : 0

Avisos : 0

Privacidad de los Emails

Atención! Hemos encontrado por lo menos una dirección de correo electrónico en texto plano. Usa este protector antispam gratuito para ocultarla de los spammers.

HTML obsoleto

Etiquetas obsoletas Ocurrencias
<u> 14

Hemos detectado etiquetas HTML obsoletas que ya no se usa. Es recomendable que cambies esas etiquetas por otras similares.

Consejos de Velocidad

Excelente, esta web no usa tablas.
Muy mal, tu web está usando estilos embenidos (inline CSS).
Genial, tu página web usa muy pocos ficheros CSS.
Perfecto, tu web usa pocos ficheros JavaScript.
Su sitio web no se beneficia de gzip. Intente implementarlo en su sitio web.

Movil

Optimización Móvil

Icono para Apple
Etiqueta Meta Viewport
Contenido Flash

Optimización

Mapa del sitio XML

No disponible

Su sitio web no tiene un mapa del sitio XML. Esto puede traerle problemas.

Un mapa del sitio enumera las URL que pueden rastrearse y puede incluir información adicional, como las últimas actualizaciones de su sitio web, la frecuencia de cambios y la importancia de las URL. Esto permite a los motores de búsqueda rastrear el sitio web de una forma más exhaustiva.

Robots.txt

https://smashtest.io/robots.txt

¡Estupendo! Su sitio web tiene un archivo robots.txt.

Herramientas de Analítica

¡Perfecto! Su sitio web tiene una herramienta de análisis.

   Google Analytics

PageSpeed Insights


Dispositivo
Categorias

Free SEO Testing Tool

Free SEO Testing Tool es una herramienta seo gratuita que te ayuda a analizar tu web