diff --git a/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/AssemblySetupFixture.cs b/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/AssemblySetupFixture.cs index 673d1a3a..b46cd5e6 100644 --- a/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/AssemblySetupFixture.cs +++ b/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/AssemblySetupFixture.cs @@ -8,7 +8,7 @@ namespace TestStack.Seleno.Samples.Movies.FunctionalTests public class AssemblySetupFixture { - [SetUp] + [OneTimeSetUp] public void SetUp() { InitializeBDDfyReport(); diff --git a/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/TestStack.Seleno.Samples.Movies.FunctionalTests.csproj b/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/TestStack.Seleno.Samples.Movies.FunctionalTests.csproj index c1c3e1c9..db7edfcb 100644 --- a/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/TestStack.Seleno.Samples.Movies.FunctionalTests.csproj +++ b/src/Samples/Movies/TestStack.Seleno.Samples.Movies.FunctionalTests/TestStack.Seleno.Samples.Movies.FunctionalTests.csproj @@ -1,5 +1,6 @@  - + + Debug AnyCPU @@ -10,9 +11,12 @@ Properties TestStack.Seleno.Samples.Movies.FunctionalTests TestStack.Seleno.Samples.Movies.FunctionalTests - v4.0 + v4.7.1 512 ..\..\ + + + true @@ -22,6 +26,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -30,71 +35,49 @@ TRACE prompt 4 + false - - False - ..\..\..\packages\Castle.Core.3.3.3\lib\net40-client\Castle.Core.dll - - - False - ..\..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll - - - False - ..\..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll + + ..\..\..\packages\FluentAssertions.5.6.0\lib\net47\FluentAssertions.dll True ..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - - False - ..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + + ..\..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll + + ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll - - False - ..\..\..\packages\Microsoft.AspNet.Mvc.3.0.50813.1\lib\net40\System.Web.Mvc.dll + + ..\..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll - - False - ..\..\..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll + + ..\..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll + + ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll + + ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll - - False - ..\..\..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll + + ..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll - - - - - ..\..\..\packages\TestStack.BDDfy.4.2.0\lib\net40\TestStack.BDDfy.dll - True + + ..\..\..\packages\TestStack.BDDfy.4.3.2\lib\net40\TestStack.BDDfy.dll - - ..\..\..\packages\Selenium.WebDriver.2.53.0\lib\net40\WebDriver.dll - True + + ..\..\..\packages\Selenium.WebDriver.3.141.0\lib\net45\WebDriver.dll - - ..\..\..\packages\Selenium.Support.2.53.0\lib\net40\WebDriver.Support.dll - True + + ..\..\..\packages\Selenium.Support.3.141.0\lib\net45\WebDriver.Support.dll @@ -132,6 +115,18 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + + +

Popper.js

+ +

+ A library used to position poppers in web applications. +

+ +

+ Build Status + Stable Release Size + bitHound Overall Score + Istanbul Code Coverage + Get support or discuss +
+ SauceLabs Reports +

+ + + + + +## Wut? Poppers? + +A popper is an element on the screen which "pops out" from the natural flow of your application. +Common examples of poppers are tooltips, popovers and drop-downs. + + +## So, yet another tooltip library? + +Well, basically, **no**. +Popper.js is a **positioning engine**, its purpose is to calculate the position of an element +to make it possible to position it near a given reference element. + +The engine is completely modular and most of its features are implemented as **modifiers** +(similar to middlewares or plugins). +The whole code base is written in ES2015 and its features are automatically tested on real browsers thanks to [SauceLabs](https://saucelabs.com/) and [TravisCI](https://travis-ci.org/). + +Popper.js has zero dependencies. No jQuery, no LoDash, nothing. +It's used by big companies like [Twitter in Bootstrap v4](https://getbootstrap.com/), [Microsoft in WebClipper](https://github.com/OneNoteDev/WebClipper) and [Atlassian in AtlasKit](https://aui-cdn.atlassian.com/atlaskit/registry/). + +### Popper.js + +This is the engine, the library that computes and, optionally, applies the styles to +the poppers. + +Some of the key points are: + +- Position elements keeping them in their original DOM context (doesn't mess with your DOM!); +- Allows to export the computed informations to integrate with React and other view libraries; +- Supports Shadow DOM elements; +- Completely customizable thanks to the modifiers based structure; + +Visit our [project page](https://fezvrasta.github.io/popper.js) to see a lot of examples of what you can do with Popper.js! + +Find [the documentation here](/docs/_includes/popper-documentation.md). + + +### Tooltip.js + +Since lots of users just need a simple way to integrate powerful tooltips in their projects, +we created **Tooltip.js**. +It's a small library that makes it easy to automatically create tooltips using as engine Popper.js. +Its API is almost identical to the famous tooltip system of Bootstrap, in this way it will be +easy to integrate it in your projects. +The tooltips generated by Tooltip.js are accessible thanks to the `aria` tags. + +Find [the documentation here](/docs/_includes/tooltip-documentation.md). + + +## Installation +Popper.js is available on the following package managers and CDNs: + +| Source | | +|:-------|:---------------------------------------------------------------------------------| +| npm | `npm install popper.js --save` | +| yarn | `yarn add popper.js` | +| NuGet | `PM> Install-Package popper.js` | +| Bower | `bower install popper.js --save` | +| unpkg | [`https://unpkg.com/popper.js`](https://unpkg.com/popper.js) | +| cdnjs | [`https://cdnjs.com/libraries/popper.js`](https://cdnjs.com/libraries/popper.js) | + +Tooltip.js as well: + +| Source | | +|:-------|:---------------------------------------------------------------------------------| +| npm | `npm install tooltip.js --save` | +| yarn | `yarn add tooltip.js` | +| Bower* | `bower install tooltip.js=https://unpkg.com/tooltip.js --save` | +| unpkg | [`https://unpkg.com/tooltip.js`](https://unpkg.com/tooltip.js) | +| cdnjs | [`https://cdnjs.com/libraries/popper.js`](https://cdnjs.com/libraries/popper.js) | + +\*: Bower isn't officially supported, it can be used to install Tooltip.js only trough the unpkg.com CDN. This method has the limitation of not being able to define a specific version of the library. Bower and Popper.js suggests to use npm or Yarn for your projects. +For more info, [read the related issue](https://github.com/FezVrasta/popper.js/issues/390). + +### Dist targets + +Popper.js is currently shipped with 3 targets in mind: UMD, ESM and ESNext. + +- UMD - Universal Module Definition: AMD, RequireJS and globals; +- ESM - ES Modules: For webpack/Rollup or browser supporting the spec; +- ESNext: Available in `dist/`, can be used with webpack and `babel-preset-env`; + +Make sure to use the right one for your needs. If you want to import it with a `