smashtest.io

Evaluation du site smashtest.io

Smashtest

 Généré le 02 Mars 2026 16:11

Vieilles statistiques? UPDATE !

Le score est de 38/100

Optimisation du contenu

Titre

Smashtest

Longueur : 9

Idéalement, votre titre devrait contenir entre 10 et 70 caractères (espaces compris). Utilisez cet outil gratuit pour calculer la longueur du texte.

Description

Longueur : 0

Très mauvais. Nous n'avons pas trouvé de balise META description sur votre page. Utilisez ce générateur gratuit de balises META en ligne pour créer une description.

Mots-clefs

Très mauvais. Nous n'avons pas trouvé de balise META keywords sur votre page. Utilisez ce générateur gratuit de balises META en ligne pour créer des mots-clés.

Propriétés Open Graph

Cette page ne profite pas des balises META Open Graph. Cette balise permet de représenter de manière riche n'importe quelle page dans le graph social (environnement social). Utilisez ce générateur gratuit de balises META Open Graph pour les créer.

Niveaux de titre

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

Images

Nous avons trouvé 57 image(s) sur cette page Web.

57 attribut(s) alt sont vides ou manquants. Ajouter un texte alternatif permet aux moteurs de recherche de mieux comprendre le contenu de vos images.

Ratio texte/HTML

Ratio : 72%

le ratio de cette page texte/HTML est de plus de 70 pour cent, cela signifie que votre page peut courir le risque d'être considéré comme spam.

Flash

Parfait, aucun contenu FLASH n'a été détecté sur cette page.

Iframe

Génial, il n'y a pas d'Iframes détectés sur cette page.

Réécriture d'URLs

Bien. Vos liens sont optimisés!

Tiret bas dans les URLs

Parfait! Aucuns soulignements détectés dans vos URLs.

Liens dans la page

Nous avons trouvé un total de 93 lien(s) dont 6 lien(s) vers des fichiers

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

Mots-clefs

Nuage de mots-clefs

smashtest verify function run browser step mod test open jskeywordawait

Cohérence des mots-clefs

Mot-clef Contenu Titre Mots-clefs Description Niveaux de titre
step 171
run 131
browser 114
open 109
function 93

Ergonomie

Url

Domaine : smashtest.io

Longueur : 12

Favicon

Génial, votre site web dispose d'un favicon.

Imprimabilité

Aucun style CSS pour optimiser l'impression n'a pu être trouvé.

Langue

Vous n'avez pas précisé la langue. Utilisez ce générateur gratuit de balises META en ligne pour preciser la langue de votre site

Dublin Core

Cette page ne profite pas des métadonnées Dublin Core.

Document

Doctype

Doctype manquant

Encodage

Vous n'avez pas spécifié le charset du document. Utilisez ce générateur gratuit de balises META pour préciser le charset du document.

Validité W3C

Erreurs : 0

Avertissements : 0

E-mail confidentialité

Attention! Au moins une adresse e-mail a été trouvée en texte clair. Utilisez une protection anti-spam gratuite pour cacher vos e-mails aux spammeurs.

HTML obsolètes

Tags obsolètes Occurrences
<u> 14

Les balises HTML obsolètes sont des balises qui ne sont plus utilisés. Il est recommandé de supprimer ou de remplacer ces balises HTML, car elles sont désormais obsolètes.

Astuces vitesse

Excellent, votre site n'utilise pas de tableaux imbriqués.
Mauvais, votre site web utilise des styles css inline.
Génial, votre site web contient peu de fichiers CSS.
Parfait, votre site web contient peu de fichiers javascript.
Dommage, votre site n'est pas optimisé avec gzip.

Mobile

Optimisation mobile

Icône Apple
Méta tags viewport
Contenu FLASH

Optimisation

Sitemap XML

Manquant

Votre site web ne dispose pas d’une sitemap XML, ce qui peut poser problème.

La sitemap recense les URLs que les moteurs de recherche peuvent indexer, tout en proposant d’éventuelles informations supplémentaires (comme la date de dernière mise à jour, la fréquence des changements, ainsi que leur niveau d’importance). Ceci permet aux moteurs de recherche de parcourir le site de façon plus efficace.

Robots.txt

https://smashtest.io/robots.txt

Votre site dispose d’un fichier robots.txt, ce qui est optimal.

Mesures d'audience

Votre site web dispose d’une outil d'analytics, ce qui est optimal.

   Google Analytics

PageSpeed Insights


Dispositif
Les catégories

Free SEO Testing Tool

Free SEO Testing Tool est un outil gratuit de référencement qui vous aidera à analyser vos pages web