Skip to content

Releases: marcortola/behat-seo-contexts

4.0.0

28 Nov 17:16
bb37d23
Compare
Choose a tag to compare
Symfony 6 compatibility

3.1.1

22 Nov 14:48
0eda974
Compare
Choose a tag to compare
Removes redundant URL validation

3.1.0

08 Sep 08:46
Compare
Choose a tag to compare

Adds UX and Accessibility contexts

3.0.0

07 May 11:12
1fc596a
Compare
Choose a tag to compare

Update namespace.

2.1.0

20 Aug 08:25
Compare
Choose a tag to compare
  • Asserting HTML5 Doctype declaration (@bystro)

2.0.0

18 Aug 22:24
Compare
Choose a tag to compare
  • Add a step to check given number of random sitemap URLs (@leymannx)
  • Remove PHPUnit dependency
  • Fix backward compatibility with Mink 1.5
  • Remove support for PHP 7.0
  • Improve static code analysis
  • Improve Travis config (@bystro)

1.1.0

15 Aug 15:01
Compare
Choose a tag to compare
Update README with 3 new steps

1.0.0

17 Mar 00:21
Compare
Choose a tag to compare

Almost all step definition's PHPDoc annotations have been rewritten, please see the README.

0.3

11 Dec 15:25
Compare
Choose a tag to compare
0.3

Code style fixes and isolated the sitemap loading step

From:
Given /^the (index|multilanguage|) sitemap "(.*)"$/

To:
Given the sitemap :sitemapUrl
Then /^the sitemap should be a valid (index |multilanguage |)sitemap$/

0.2.1

22 Nov 16:31
Compare
Choose a tag to compare
Improved description