CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### What are you trying to achieve? Define a customize helper with async #### What do you get instead? When calling customize helper method (myAsyncMethod), it does not wait to...
#### What are you trying to achieve? Test with popups (eg. window.confirm) using unhandled-rejections=strict flag #### What do you get instead? Verbose output complaining about popups existing. Also in our...
#### What are you trying to achieve? I am trying to assert an element by check() of auto-login plugin e.g. I.say("Hello from check()"); Provide console output if related. Use `--verbose`...
#### What are you trying to achieve? I have a Basic Auth web page that contains a web form where user log in in our platform. Setting the `basicAuth` WebDriver'...
#### What are you trying to achieve? run tests on different viewports #### What do you get instead? I have several tests in my suit. most of them use window...
#### What are you trying to achieve? Testing a site which uses frames. #### What do you get instead? Doing a very simple test just checking for a text on...
#### What are you trying to achieve? as "/team" works in css selector (and is actually the value in rendered html), it should also work in attribute check: ``` Scenario('this...
Shouldn't the docker Readme at https://hub.docker.com/r/codeception/codeceptjs rather hold the content of this file https://github.com/Codeception/CodeceptJS/tree/master/docker. Some usage information right of the bat would be great.
This is my .feature file Feature: Login to ASPEN **Scenario Outline: Login to app with credentials Given Hit the URL Given Enter Given Enter When I click on login button...
#### What are you trying to achieve? Run just a test script using codeceptjs run command #### What do you get instead? Could not load helper Playwright from module './helper/Playwright':...