Skip to content

Releases: JaySunSyn/cypress-daywalker

Retry

05 Aug 17:14
bf7fbe7
Compare
Choose a tag to compare
Retry Pre-release
Pre-release

We now retry a couple of times if an element was not found. Esp. useful when lazy-importing elements.

// Defaults
const maxRetries = options.maxRetries || 3;
const retryDelayBase = options.retryDelayBase || 500;

cy.dwGet('my-el', {maxRetries: 10, retryDelayBase: 100})

Breaking change

24 Jun 16:16
Compare
Choose a tag to compare
Breaking change Pre-release
Pre-release
  • Prefixed all commands with dw
  • Added dwAttach and dwDetach commands. Use them e.g. before calling should()
cy.dwGet('div > paper-button span').dwAttach().should('have.text', 'Click').dwDetach();

Query bug fixes

03 May 11:45
244659f
Compare
Choose a tag to compare
Query bug fixes Pre-release
Pre-release
0.1.1

Update package.json

🙈🙈

02 May 17:38
cad2e85
Compare
Choose a tag to compare
🙈🙈 Pre-release
Pre-release

The daywalker script does not get injected anymore via the .visit() command. Please add the script manually as described in the Readme.

Dynamic daywalker script injection

25 Apr 16:35
Compare
Choose a tag to compare
Pre-release
0.0.5

Fix visit command

call and setProp

12 Apr 09:13
Compare
Choose a tag to compare
call and setProp Pre-release
Pre-release
0.0.4

Add call and setProp commands

0.0.3

11 Apr 15:39
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
Bump version

🙈

11 Apr 15:33
Compare
Choose a tag to compare
🙈 Pre-release
Pre-release
0.0.2

Fix some commands, include class in command file