check-tests icon indicating copy to clipboard operation
check-tests copied to clipboard

Playground for new checks

Open DavertMik opened this issue 6 years ago • 20 comments

DO NOT CLOSE

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 0 jest tests in 1 files No new tests added or removed

📑 List all tests

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 0 jest tests in 1 files No new tests added or removed

📑 List all tests

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 0 jest tests in 1 files No new tests added or removed

📑 List all tests

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 0 jest tests in 1 files No new tests added or removed

📑 List all tests

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 2 jest tests in 1 files

✔️ Added 2 tests


+ : base
+ : history mode

⚠️ Skipped 1 tests


- : use with Babel
⚠️ List all skipped tests (1)
📑 List all tests

📝 example/jest/vue.spec.js

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 2 jest tests in 2 files

✔️ Added 2 tests


+ : base
+ : history mode

⚠️ Skipped 1 tests


- : use with Babel
⚠️ List all skipped tests (1)
📑 List all tests

📝 example/jest/vue.spec.js

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 38 mocha tests in 4 files

✔️ Added 38 tests


+ Actions: .type() - type into a DOM element
+ Actions: .focus() - focus on a DOM element
+ Actions: .blur() - blur off a DOM element
+ Actions: .clear() - clears an input or textarea element
+ Actions: .submit() - submit a form
+ Actions: .click() - click on a DOM element
+ Actions: .dblclick() - double click on a DOM element
+ Actions: .rightclick() - right click on a DOM element
+ Actions: .check() - check a checkbox or radio element
+ Actions: .uncheck() - uncheck a checkbox element
+ Actions: .select() - select an option in a <select> element
+ Actions: .scrollIntoView() - scroll an element into view
+ Actions: .trigger() - trigger an event on a DOM element
+ Actions: cy.scrollTo() - scroll the window or element to a position
+ GraphQL: basic queries: should send a query: read
+ GraphQL: basic mutations: should send a mutation: create
+ GraphQL: basic mutations: should send a mutation: delete
+ Math: should test if 3*3 = 9
+ Page.click: should click the button
+ Page.click: should click svg
+ Page.click: should click on a span with an inline element inside
+ Page.click: should not throw UnhandledPromiseRejection when page closes
+ Page.click: should click the button after navigation 
+ Page.click: should select the text by triple clicking
+ Page.click: should click offscreen buttons
+ Page.click: should click wrapped links
+ Page.click: should click on checkbox input and toggle
+ Page.click: should click on checkbox label and toggle
+ Page.click: should fail to click a missing button
+ Page.click: should not hang with touch-enabled viewports
+ Page.click: should scroll and click the button
+ Page.click: should double click the button
+ Page.click: should click a partially obscured button
+ Page.click: should click a rotated button
+ Page.click: should fire contextmenu event on right click
+ Page.click: should click links which cause navigation
+ Page.click: should click the button inside an iframe
+ Page.click: should click the button with deviceScaleFactor set

⚠️ Skipped 4 tests


- Math: should be clone
- Math: should be second clone
- Math: NoMath: should be disabled
- Page.click: should click the button with fixed position inside an iframe
⚠️ List all skipped tests (4)
📑 List all tests

📝 example/mocha/cypress_spec.js

  • 📎 Actions
    • .type() - type into a DOM element
    • .focus() - focus on a DOM element
    • .blur() - blur off a DOM element
    • .clear() - clears an input or textarea element
    • .submit() - submit a form
    • .click() - click on a DOM element
    • .dblclick() - double click on a DOM element
    • .rightclick() - right click on a DOM element
    • .check() - check a checkbox or radio element
    • .uncheck() - uncheck a checkbox element
    • .select() - select an option in a <select> element
    • .scrollIntoView() - scroll an element into view
    • .trigger() - trigger an event on a DOM element
    • cy.scrollTo() - scroll the window or element to a position

📝 example/mocha/graphql_test.js

  • 📎 GraphQL
    • 📎 basic queries
      • should send a query: read
    • 📎 basic mutations
      • should send a mutation: create
      • should send a mutation: delete

📝 example/mocha/index_test.js

📝 example/mocha/puppeteer.spec.js

  • 📎 Page.click
    • should click the button
    • should click svg
    • should click on a span with an inline element inside
    • should not throw UnhandledPromiseRejection when page closes
    • should click the button after navigation
    • should select the text by triple clicking
    • should click offscreen buttons
    • should click wrapped links
    • should click on checkbox input and toggle
    • should click on checkbox label and toggle
    • should fail to click a missing button
    • should not hang with touch-enabled viewports
    • should scroll and click the button
    • should double click the button
    • should click a partially obscured button
    • should click a rotated button
    • should fire contextmenu event on right click
    • should click links which cause navigation
    • should click the button inside an iframe
    • ~~should click the button with fixed position inside an iframe~~ ⚠️ skipped
    • should click the button with deviceScaleFactor set

DavertMik avatar Dec 23 '19 13:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)
📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 23 '19 22:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)
📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 18:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)

Add tests please!

📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)
📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)

No skipped tests please!

📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)

No skipped tests please!

📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)

No skipped tests please!

📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)

No skipped tests please!

📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

🌀 Tests overview by Testomatio

Found 5 jasmine tests in 1 files

No skipped tests please!

✔️ Added 5 tests


+ Angular App: should add a new friend
+ Angular App: should delete an existing friend
+ Angular App: should not display non-found search terms
+ Angular App: should display found search terms
+ Angular App: should display actual count before saving new friend

⚠️ Skipped 1 tests


- Angular App: should display no rows when all friends deleted
⚠️ List all skipped tests (1)
📑 List all tests

📝 example/jasmine/protractor.spec.js

  • 📎 Angular App

DavertMik avatar Dec 26 '19 19:12 DavertMik

Selection_688

DavertMik avatar Dec 26 '19 20:12 DavertMik

🌀 Tests overview by Testomatio

Found 4 protractor tests in 1 files

✔️ Added 4 tests


+ Login - Global Header: Institutional Sign In Modal: should sign in institutional user after entering valid credentials
+ Login - Global Header: Institutional Sign In Modal: should add IEEE.org cookie after personal member sign in
+ Login - Global Header: Personal Sign In Popover: should sign in institutional user after entering valid credentials
+ Login - Global Header: Personal Sign In Popover: should add IEEE.org cookie after personal member sign in
📑 List all tests

📝 example/protractor/login.spec.ts

  • 📎 Login - Global Header
    • 📎 Institutional Sign In Modal
      • should sign in institutional user after entering valid credentials
      • should add IEEE.org cookie after personal member sign in
    • 📎 Personal Sign In Popover
      • should sign in institutional user after entering valid credentials
      • should add IEEE.org cookie after personal member sign in

DavertMik avatar Dec 26 '19 23:12 DavertMik

🌀 Tests overview by Testomatio

Found 4 protractor tests in 1 files

✔️ Added 4 tests


+ Login - Global Header: Institutional Sign In Modal: should sign in institutional user after entering valid credentials
+ Login - Global Header: Institutional Sign In Modal: should add IEEE.org cookie after personal member sign in
+ Login - Global Header: Personal Sign In Popover: should sign in institutional user after entering valid credentials
+ Login - Global Header: Personal Sign In Popover: should add IEEE.org cookie after personal member sign in
📑 List all tests

📝 example/protractor/login.spec.ts

  • 📎 Login - Global Header
    • 📎 Institutional Sign In Modal
      • should sign in institutional user after entering valid credentials
      • should add IEEE.org cookie after personal member sign in
    • 📎 Personal Sign In Popover
      • should sign in institutional user after entering valid credentials
      • should add IEEE.org cookie after personal member sign in

DavertMik avatar Dec 26 '19 23:12 DavertMik

🌀 Tests overview by Testomatio

Found 4 protractor tests in 1 files

✔️ Added 4 tests


+ Login - Global Header: Institutional Sign In Modal: should sign in institutional user after entering valid credentials
+ Login - Global Header: Institutional Sign In Modal: should add IEEE.org cookie after personal member sign in
+ Login - Global Header: Personal Sign In Popover: should sign in institutional user after entering valid credentials
+ Login - Global Header: Personal Sign In Popover: should add IEEE.org cookie after personal member sign in
📑 List all tests

📝 example/protractor/login.spec.ts

  • 📎 Login - Global Header
    • 📎 Institutional Sign In Modal
      • should sign in institutional user after entering valid credentials
      • should add IEEE.org cookie after personal member sign in
    • 📎 Personal Sign In Popover
      • should sign in institutional user after entering valid credentials
      • should add IEEE.org cookie after personal member sign in

DavertMik avatar Dec 26 '19 23:12 DavertMik