Skip to content

valterbarros/studying-web

Repository files navigation

A repo with some test cases about web in general, with purpose to study.

run docker:

docker build -t cypress-study .


docker run --rm --name cypress-study -v ${PWD}:/app -it cypress-study /bin/bash

run tests:

npm install

npm run test:browser

npm run server
npm test:noBrowser

main source: https://developer.mozilla.org/ and https://javascript.info/

Subjects Javascript

classes:

functions:

inherit

symbols

objects:

arrays

numbers

operators

strings

booleans

dates

set and map

modules

promises

binary data

regex

streams

others

Time total MDN: 771m

Time total javascript.info: 282m

Total all: 1053m

Subjects Web

history of web

dom

events

html elements

network request

css

canvas

svg

animations

service worker

web auth

media source

file system

media devices

full screen api

edit context api

window management api

crypto

picture in picture

screen wake API

Total all: 1896m

About

just a repo with some web test cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published