Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground for new checks #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Playground for new checks #1

wants to merge 1 commit into from

Conversation

DavertMik
Copy link
Contributor

DO NOT CLOSE

@DavertMik
Copy link
Contributor Author

🌀 Tests overview by Testomatio

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

📑 List all tests

3 similar comments
@DavertMik
Copy link
Contributor Author

🌀 Tests overview by Testomatio

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

📑 List all tests

@DavertMik
Copy link
Contributor Author

🌀 Tests overview by Testomatio

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

📑 List all tests

@DavertMik
Copy link
Contributor Author

🌀 Tests overview by Testomatio

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

📑 List all tests

@DavertMik
Copy link
Contributor Author

🌀 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
Copy link
Contributor Author

🌀 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
Copy link
Contributor Author

🌀 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
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

1 similar comment
@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

2 similar comments
@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik DavertMik closed this Dec 26, 2019
@DavertMik DavertMik reopened this Dec 26, 2019
@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik
Copy link
Contributor Author

🌀 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
    • should add a new friend
    • should delete an existing friend
    • should not display non-found search terms
    • should display found search terms
    • should display no rows when all friends deleted ⚠️ skipped
    • should display actual count before saving new friend

@DavertMik
Copy link
Contributor Author

Selection_688

@DavertMik
Copy link
Contributor Author

🌀 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

2 similar comments
@DavertMik
Copy link
Contributor Author

🌀 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
Copy link
Contributor Author

🌀 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant